# User Settings

## Profile

The profile section of the app serves as a storage space for user details and social links. Users have the freedom to add or delete any information as the fields within this section are optional.

<figure><img src="/files/I4l0M02POkRkOQzYCNIl" alt=""><figcaption></figcaption></figure>

## Preferences

The Preferences section is where the code editor settings are stored. Users have the ability to customize various aspects such as show line numbers, font size.&#x20;

## Developer API

The Developer API, a pivotal element within the settings, empowers users to generate a distinct key for their API access.

Keeping the API key confidential or avoiding exposing it in browser or client-side code is essential. Zerve prioritizes account security and may automatically change any leaked API keys to protect your account.

## Members

You can invite people to orgnization through this option.

<figure><img src="/files/eW9irP696RSQsTcPz6me" alt=""><figcaption></figcaption></figure>

## Billing

You can check your subscription here and upgrade them as well.

<figure><img src="/files/DUv688HNC736RUjDL6Yd" alt=""><figcaption></figcaption></figure>

## Git Integration

Zerve offers git integration within user settings for collaboration, version control, project management throughout its lifecycle. The configuration details are shown [here](/guide/source-control-git.md).

<figure><img src="/files/ZN9Veg2aP4mf5vpiKMBN" alt=""><figcaption><p>Git Configuration</p></figcaption></figure>

## Model Setting

Here the user can select the model for their agent and can also use their own keys. Anthropic, OPenAI and Bedrock are supported as of now.

<figure><img src="/files/UnLSfUFvb5cEdBkp020a" alt=""><figcaption></figcaption></figure>


---

# 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.zerve.ai/guide/settings/user-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.
