> For the complete documentation index, see [llms.txt](https://support.docstudio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.docstudio.com/admin-panel/account-settings/how-to-add-external-links.md).

# How to Add External Links

### Add an external link

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

1. Open the **Admin panel**.
2. Open **Account settings**.
3. Open **External links**.
4. Click the <img src="/files/WBPqoWxxqFJhyD1ANOx4" alt="" data-size="line"> button.
5. Enter the link name and URL.
6. Set the access level.
7. Click the <img src="/files/qdgIs9n4sCcu2u1lO0yl" alt="" data-size="line"> button.

{% hint style="info" %}
Add the link as an official link if you want it to appear in **Useful links**.
{% endhint %}

### Where to find external links

{% columns %}
{% column %}
When you add an official link, the **Useful links** icon appears in the platform header.
{% endcolumn %}

{% column %}

<figure><img src="/files/sq6TrAfHpvgYGze7Gm4E" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Related topics

* [How to Edit the Account Name](/admin-panel/account-settings/how-to-edit-the-account-name.md)
* [How to Upload an Account Icon or Platform Logo](/admin-panel/account-settings/how-to-upload-an-account-icon-or-platform-logo.md)
* [How to Add and Manage Domains](/admin-panel/account-settings/how-to-add-and-manage-domains.md)


---

# 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://support.docstudio.com/admin-panel/account-settings/how-to-add-external-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.
