# Adding Users

### To add a user to your FeedOtter account

1. Go to **Settings** > **Users**.
2. Click **Add User**. Fill in the necessary fields in the pop-up form.
   1. Enabled - toggles the ability for a user to login.
   2. Account Admin - determines whether the user can manage all account settings.  The permissions are similar to the "owner". &#x20;
3. Click **Save**.&#x20;
4. FeedOtter will email the user with instructions to create a password and log in to their account to complete the setup process.

<div align="left"><figure><img src="/files/uskqk7HBb4dSnNCOcDHy" alt=""><figcaption><p>Add a new user.</p></figcaption></figure></div>


---

# 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.feedotter.com/account-management/manage-users/adding-users.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.
