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

# Account & billing

- [Settings](https://morphic.com/docs/account-and-billing/settings.md): Where to manage your organization, your billing, and your own account, with a link to every screen.
- [General](https://morphic.com/docs/account-and-billing/settings/general.md): General tab lets you manage your organization's general settings. From this tab, you can name your organization or delete it.
- [Members](https://morphic.com/docs/account-and-billing/settings/members.md): Manage organization members and their roles from the Members tab.
- [Plans](https://morphic.com/docs/account-and-billing/settings/plans.md): Plans allows you to compare and manage your plans easily. You can also easily upgrade or downgrade plans. If you need any help, contact support.
- [Model access](https://morphic.com/docs/account-and-billing/settings/model-access.md): How to turn models on and off for your workspace, and how to cap the resolution each one is allowed to output.
- [Billing & usage](https://morphic.com/docs/account-and-billing/settings/billing-and-usage.md): Billing tab lets you manage your plan, view and change payment details, check invoice history, and get an overview of your plan and renewal details.
- [Credit limits](https://morphic.com/docs/account-and-billing/settings/member-credit-limits.md): How to cap what each member can spend per month and per day, and how to see who is using what.
- [Profile](https://morphic.com/docs/account-and-billing/settings/profile.md): How to update your name, email, and picture, and what happens when you delete your account.
- [Preferences](https://morphic.com/docs/account-and-billing/settings/preferences.md): How to set the mode new Copilot chats start in, and whether your browser tells you when a generation is ready.
- [Security](https://morphic.com/docs/account-and-billing/settings/security.md): How to add a passkey so you can sign in to Morphic without typing a password.


---

# 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://morphic.com/docs/account-and-billing.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.
