> 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/cad/tutorials/getting-started/inviting-users-to-your-cad.md).

# Inviting Users to Your CAD

## Invitation Options

Sonoran CAD allows your community members to easily join your CAD. Users can manually enter in your community ID, or join automatically from a custom login page on your own domain.

### [Sonoran CMS Auto-Join](https://info.sonorancms.com/why-choose-sonoran-cms/why-choose-sonoran-cms)

[Sonoran CMS](https://info.sonorancms.com/why-choose-sonoran-cms/why-choose-sonoran-cms) can automatically add and remove accounts on your Sonoran CAD.

<figure><img src="/files/2offP0l82StomacZoHFw" alt=""><figcaption><p>Sonoran CAD x Sonoran CMS - Account Auto-Join</p></figcaption></figure>

### Custom Login Page

For more information on hosting your own custom login page, see our guide below:

{% content-ref url="/pages/-M4pmYRmsU4InyLMmIoO" %}
[Custom Domain & Login Page](/cad/tutorials/customization/custom-login-page.md)
{% endcontent-ref %}

### Manually Join with a Community ID

Users can [create an account](/cad/tutorials/getting-started/registering-your-account.md), and enter in your community ID in the "Join Community" popup.\
Users can search using your community ID and can press the "Join" button to add your community.\
\
From there, users can select your community card in the "My Communities" section to log into your CAD.<br>

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

{% hint style="info" %}
Forgot your community ID?

You can find this in your admin panel under Advanced > Limits > Community ID
{% endhint %}


---

# 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/cad/tutorials/getting-started/inviting-users-to-your-cad.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.
