> For the complete documentation index, see [llms.txt](https://docs.archera.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archera.ai/help-center/user-guide/settings-integrations.md).

# Settings & Integrations - Section Overview

The Account Settings page allows you to change global settings for your Organization as well as your personal User settings.

## Available Settings

### Personal Account

Manage your individual user profile and preferences.

### Organization

Adjust organizational-level settings and configurations.

### Users

Manage team members and user access to your Archera account.

### Integrations

Connect external tools and services to enhance your Archera workflow.

### Segments

Configure segments for organizing and analyzing your cloud infrastructure.

### Messaging

Set up communication preferences and notifications.

### API Access

Manage API keys and credentials for programmatic access to Archera.

### Slack

Connect your Slack workspace for notifications and updates.

### CUR Definitions

Define and manage your Cost and Usage Report (CUR) settings.

### SSO

Configure Single Sign-On for streamlined authentication across your organization.

## Related Resources

* [How Do I Configure SSO for Azure AD](/help-center/security/configure-sso-azure-ad.md)
* [How and why do I connect my AWS Cost and Usage Report (CUR) to Archera?](/help-center/aws-onboarding/connect-cur.md)
* [Invite Users and Onboarding Troubleshooting](/help-center/user-guide/invite-users.md)


---

# 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://docs.archera.ai/help-center/user-guide/settings-integrations.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.
