# Getting Started

Natoma enables you to connect AI clients to your business tools. The steps you follow depend on your role.

## Get started

### Step 1: Login or register [here](https://natoma.app/register).

## Choose your path

### For App Admins and Admins

Before members can connect to an app, you need to enable it:

* [Enable Apps](/connect-to-ai/getting-started/enable-apps.md) - Allow personal connections for an app

### For Members

Once apps have been enabled, connect your AI:

1. [Create a Connection](/connect-to-ai/getting-started/create-connection.md) - Set up a personal connection to an app
2. [Configure Your Client](/connect-to-ai/getting-started/configure-client.md) - Add Natoma to your AI tool

## Learn more by role

* [Natoma for Members](/role-guides/natoma-for-members.md) - What you can do as a Natoma user
* [Natoma for App Admins](/role-guides/natoma-for-app-admins.md) - Managing app-level AI access
* [Natoma for Admins](/role-guides/natoma-for-admins.md) - Organization-wide governance


---

# 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.natoma.ai/connect-to-ai/getting-started.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.
