# 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: 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.noros.ai/account-management/settings.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.
