> For the complete documentation index, see [llms.txt](https://help.aristotlemetadata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aristotlemetadata.com/administrator-tasks/aristotle-cloud-settings-editor/adding-and-deleting-header-and-footer-links.md).

# Adding and deleting header and footer links

{% hint style="info" %}
Registry settings can only be adjusted by an Administrator.
{% endhint %}

Additional links can be added to or deleted from the registry header or footer via the Aristotle Cloud Settings Editor.

### How to add header and footer links

1. Select 'Aristotle Cloud Dashboard' from the dashboard side panel.

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

2. Select 'View registry settings'.

<figure><img src="/files/3rUdnvCqBVjFiBtHtIPP" alt=""><figcaption></figcaption></figure>

3. Navigate to the 'Links' category and select 'Add Link'.

<figure><img src="/files/08gnhe7jRCjjwfHskmTX" alt=""><figcaption></figcaption></figure>

4. Fulfil the following fields as desired:
   * 'Name': The actual text that will appear in the header or footer representing the link. This will be the word or words that a user can select to access the link
   * 'URL': The url that the link text will link a user to when selected
   * 'Open in new tab': Whether the link, when selected, will open in a new tab or not. 'True' will cause the link to open in a new tab, and 'False' will not.
   * 'Link Location': Whether the link is located in the header, to the right side of the header, or in the footer

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

**Note:** 'Move up' or 'Move Down' can be selected to reorganise the list of links (below).

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

### How to delete header and footer links:

1. Select 'Aristotle Cloud Dashboard' from the dashboard panel.

   <figure><img src="/files/tJ6rLnw9RzQ0hOKw9nTu" alt=""><figcaption></figcaption></figure>
2. Select 'View registry settings'.

   <figure><img src="/files/3rUdnvCqBVjFiBtHtIPP" alt=""><figcaption></figcaption></figure>
3. Navigate to the 'Links' category and select 'Delete' beside the link you wish to delete.

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

4. Confirm your deletion in the resulting browser popup.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.aristotlemetadata.com/administrator-tasks/aristotle-cloud-settings-editor/adding-and-deleting-header-and-footer-links.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
