> 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.md).

# Profile, reports, and API keys

Manage profile settings, reports, API keys, and shared technical references.

The profile area gives users control over account settings, security, reporting, and integrations.

This page is most useful for owners, managers, and operations leads.

### My Profile

Use **My Profile** to update:

* full name
* email address
* profile picture
* primary and secondary contact numbers
* password
* multi-factor authentication settings

### Reports

Users can generate reports for:

* usage details
* message exports
* scheduled exports

### Billing

Use **Pay Your Bill** when you need to review the amount due or submit a payment.

See Billing and payments.

### API keys

Users can create and manage API tokens for approved integrations.

This is useful when your business needs to connect ASC with a CRM, scheduling tool, reporting workflow, or another internal system.

### Shared technical reference

Use the shared technical pages for endpoint details and integration guidance.

Portal docs do not duplicate API endpoint documentation.

* API reference
* Integrations

### Common customer outcomes

Use this area to:

* keep user details and MFA current
* review service activity and usage
* export message data for operations or compliance
* support integrations that extend your ASC workflow


---

# 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.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.
