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

# Settings

The Settings page is your central hub for managing your Noros account. Access it from the sidebar navigation.

### Settings Tabs

#### Profile

Manage your personal and company information:

* **Company name** — Update your organization's name as it appears in Noros
* **Company address** — Your organization's address for billing and correspondence
* **Profile picture** — Upload or change your profile photo
* **Two-Factor Authentication** — Enable or manage MFA for your account

[Learn more about MFA →](/getting-started/security/multi-factor-authentication-mfa.md)

#### Billing

View and manage your subscription, invoices, and payment information:

* **Current plan** — See your active plan (Startup or Enterprise) and subscription status
* **Manage subscription** — Upgrade, downgrade, or manage your plan through the billing portal
* **Invoices** — View and download past invoices
* **Trial status** — Track your free trial period

[Learn more about billing →](/account-management/billing-and-plans.md)

#### Cloud Accounts

View and manage the cloud accounts connected to Noros:

* **Connected accounts** — See all AWS and GCP accounts with their verification status
* **Remove accounts** — Disconnect a cloud account from Noros

[Learn more about cloud accounts →](/account-management/cloud-accounts.md)

#### Team Members

Manage your team's access to Noros:

* **Invite members** — Add team members by email (same domain required)
* **Manage seats** — Add or remove seats based on your plan
* **Remove members** — Revoke access for team members

[Learn more about team management →](/account-management/team-members.md)

#### Integrations

Connect Noros with your existing tools:

* **Slack** — Connect your Slack workspace and configure a default channel for notifications

[Learn more about integrations →](/account-management/integrations.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.noros.ai/account-management/settings.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.
