> 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/contact-forms/adding-contact-form-links-to-the-homepage.md).

# Adding contact form links to the homepage

{% hint style="info" %}
Links to contact forms can only be added to the homepage by a registry Administrator.
{% endhint %}

Registry Administrators can add links to the registry homepage which take users to the contact form of their choice.

### How to add contact form links to the homepage

1. Select 'Administrator tools' from the dashboard side panel.

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

2. Select 'Manage Contact Forms'.

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

3. Select 'Test' from the row of the contact form you wish to link, then **copy the page URL from your browser**.

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

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

<figure><img src="/files/4eo0bWlqFZBWhAuZ14dF" alt=""><figcaption></figcaption></figure>

5. Select 'Homepage Editor'.

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

6. Select 'Edit Homepage using safe editor'.

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

7. Using the rich text editor, navigate to where on the homepage you would like the link to be located, then select the link function.

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

8. Populate the 'Display Text' field with the text you want the link to appear as on the homepage

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

9. Paste the contact form link you copied into the 'URL' field.

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

10. Select 'OK'.

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

11. **If you wish to preview your homepage changes**, select 'Preview changes'. Once satisfied, select 'Save custom homepage'.

<figure><img src="/files/NeqEfC1UHqu6xXTdiQe5" 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/contact-forms/adding-contact-form-links-to-the-homepage.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.
