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

# Settings

This page allows you to configure and modify the setup initially completed through the onboarding wizard, offering you the flexibility to adjust the integrations and preferences as needed.

### General

This tab will include information on your subscription, including who the owner of your instance is.

### Subscription

This tab will allow you to manage your COW subscription.

### PSA Configuration

This tab is for PSA settings, client selection, device types, etc.

{% hint style="warning" %}
The PSA configuration interface is currently being developed. For now, please re-run the  [Onboarding Wizard](/getting-started/onboarding-wizard.md) to configure your PSA settings.
{% endhint %}

### Email Notifications

This tab will configure email notification preferences including sync completion, sync failures, and warranty updates.

{% hint style="warning" %}
You can configure email notification settings, but emails are not currently being sent out. This functionality is still under development.
{% endhint %}

### User Management

This tab will manage allowed users and access control settings.

### Advanced

This tab will contain advanced configuration options, debugging settings, and experimental features. Currently you are able to change the organization owner, clear sync status, and purge the organization data from COW.


---

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

```
GET https://docs.cow.tech/getting-started/navigation/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.
