# Account Settings

You can manage your account and team from the Account Settings page, accessible from the bottom of the global navigation. There, you can:

* [Manage your team](/platform/account-settings/managing-your-team.md)
* Set a custom form domain
  * All forms you build are automatically hosted on Feathery at some URL like \<custom\_domain>.feathery.io/to/XXXXXX. You can configure the domain of that URL to custom-brand your forms.
* Configure your notification settings
* [Change your Feathery plan](https://www.feathery.io/pricing)

<figure><img src="/files/3ryZbEzCtYK0hclH9YUg" 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://docs.feathery.io/platform/account-settings.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.
