# Settings Page

The **Settings Page** has two main sections: **General Settings** and **User Settings**.&#x20;

**User Settings** allow users to edit and update personal details including **First** and **Last Name** and the **email** associated with their account. Users can also update their passwords.&#x20;

![User Settings](/files/-MFjDVl3OXReb_FeZgrL)

**General Settings** allow account admins to add new users or admins, keep track of account invitations, add billing credentials, configure authentication, add custom cost models and generate API tokens.

For a detailed review of each functionality, check out the [Settings](/settings.md) section of this documentation.


---

# 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.replex.io/getting-started/settings-page.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.
