# Creating a custom homepage using the HTML editor

The HTML editor can be used to modify the homepage through the use of HTML code.

### How to create a custom homepage using the HTML editor

1. Select 'Aristotle Cloud Dashboard' from the dashboard side panel, then select the 'Homepage Editor'.

<figure><img src="/files/mBhmcv5YLutO9ymjpCct" alt=""><figcaption></figcaption></figure>

2. Select 'Edit Homepage using HTML editor'.
3. Type or paste your HTML code into the appropriate field.
4.

<figure><img src="/files/IlTLeoZ2Uj5MPi9MmaCA" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/9ApWBwHnI6tsJzOjOVYk" alt=""><figcaption></figcaption></figure>

4. Toggle the following five settings as desired:

* Safe mode: Safe mode (as opposed to unrestricted mode) will only accept the following tags:

  ```
  'a', 'abbr', 'acronym', 'b', 'blockquote', 'br',
  'code', 'col', 'colgroup', 'del', 'em', 'h1',
  'h2', 'h3', 'h4', 'h5', 'h6', 'hr',
  'i', 'img', 'ins', 'li', 'ol', 'p',
  'strong', 'sub', 'sup', 'table', 'tbody', 'td',
  'th', 'thead', 'tr', 'u', 'ul', 'area','caption',
  'data','details','div','dialog','dl','figcaption',
  'header','label','map','mark','pre','q','span','title'
  ```
* Unrestricted mode: Unrestricted mode (as opposed to safe mode) allows the use of any HTML tags, including those deemed 'unsafe' by safe mode.
* Embed homepage in standard Aristotle Page: This option will embed the customized HTML within the default homepage design, confined to a box rather than the full screen.
* Wrap homepage in Aristotle header & footer: This option retains the header, footer, and the HTML, while removing the default homepage body content.
* Display homepage without any wrapping: This option will only show the HTML code and will not display the header, footer, or any default homepage content.

**Notes:**&#x20;

* 'Safe mode' and 'unrestricted mode' are mutually exclusive settings; only one or the other can be active simultaneously
* 'Embed homepage in standard Aristotle page', 'Wrap homepage in Aristotle header & footer' and 'Display homepage without any wrapping' are mutually exclusive; only one of the three can be active simultaneously.

5. You can select 'Preview Changes' to see how your code will affect the appearance of the homepage upon saving. Once ready, select 'Save Custom homepage' to save your changes.

<figure><img src="/files/nD4i1Gut29nnPqF4wACI" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ydVSNq7acVkJZmJfoml6" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.aristotlemetadata.com/registry-configuration/homepage-editor/creating-a-custom-homepage-using-the-html-editor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
