> For the complete documentation index, see [llms.txt](https://docs.sonoransoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonoransoftware.com/cms/developer-api-documentation/api-integration/getting-started/api-id-system.md).

# API ID System

## Changing Your Global Account's API ID Settings

### 1. Navigate to Account Profile

Select `Community Profile` in the dropdown below your username.

![Sonoran CMS - Top Left Drop-Down](/files/WT4pPsfHzJl2LFARC7y4)

### 2. Open API ID Settings

Click `Settings` under profile view

![Sonoran CMS - Profile View](/files/rnfbCXu9QpcQ3WZdXzmT)

### 3. Enter API ID Details

Input the ID you're wanting to save and set the nickname for it

![Sonoran CMS - API ID Settings](/files/4Qvv76dRKVTcYMN0klSZ)

### 4. Add API ID & Save

Click the blue "ADD API ID" button and click the green "SAVE API IDS" button at the top to save it in the backend.

![Sonoran CMS - Saving API ID Settings](/files/1PZiE6Uc2S5uhh0dMYRn)

## Changing Your Community Account's API ID Settings

### 1. Open Settings

From the main Sonoran CMS community Dashboard view, select "Settings" at the bottom of the left menu

![Sonoran CMS - Main Community Dashboard Side Menu](/files/SYKiBAcp86cd9AJYb0AP)

### 2. Select your API ID Preferences

Select the drop-down for API ID preferences and select your preference

![Sonoran CMS - Community API ID Settings](/files/dwpX6n8m5FRw5PypqbWi)

### 3. Add API ID's

Depending on your preferences you can add more API IDs that are specifically only on your community account.

![Sonoran CMS - Community API ID Settings](/files/MCOWitXQsp00MhLd7PBW)


---

# 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.sonoransoftware.com/cms/developer-api-documentation/api-integration/getting-started/api-id-system.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.
