> For the complete documentation index, see [llms.txt](https://answeringservicecare.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://answeringservicecare.com/docs/app/client-portal/profile-reports-and-api-keys/profile-settings-and-reports.md).

# Profile settings and reports

Manage profile details, MFA, exports, reports, and API tokens in the User Portal.

The profile area lets users manage personal settings, reporting access, and API tokens.

### Profile information

Users can update:

* full name
* email address
* profile picture
* primary contact number
* secondary contact numbers

### Password and MFA

Users can change their password and enable or disable MFA from the profile area.

Passwords must meet these requirements:

* at least 8 characters
* at least 1 uppercase letter
* at least 1 lowercase letter
* at least 1 number
* at least 1 special character

Use MFA for stronger account security.

Users can follow the on-screen prompts to connect an authenticator method where supported.

### Reports and exports

Users can:

* generate usage detail reports
* export messages
* configure scheduled exports where supported

### API tokens

Users can create, review, and revoke API tokens used for approved integrations.

Use tokens only for approved internal systems and supported workflows.

Remove tokens that are no longer needed.

### Billing

Billing actions are handled in **Pay Your Bill**.

Use Billing and payments for portal billing steps.

### Keep API docs separate

Use this page for portal workflow guidance only.

Use the API reference for endpoints, authentication, request structure, and error responses.


---

# 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://answeringservicecare.com/docs/app/client-portal/profile-reports-and-api-keys/profile-settings-and-reports.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.
