# Quick Start

Create your first Adobe Tags rule using natural language.

## Create a Rule

1. [Authenticate](/ivory/getting-started/authentication.md) with your property
2. Click **Create** in the Ivory panel
3. Describe what you want:

```
Create a rule that fires on clicks of the submit button
and sends an Analytics beacon
```

4. Click **Generate**

Ivory creates the rule components: event, conditions, actions.

## Review and Approve

Each component appears in a review carousel:

* **Approve** - Accept the component as-is
* **Deny** - Skip this component
* **Approve All Pending** - Approve all remaining components at once

Click through each component. Only approved items get created.

## View Results

After approval, Ivory creates the rule in Adobe Tags. Results show:

* Rule name with link to Adobe Tags
* Each component that was created

Click the link to view your new rule in Adobe Tags.

## What's Next

* [Capture elements](/ivory/features/element-capture.md) from any webpage
* [Add context](/ivory/features/launch-context.md) from existing rules
* [Search your property](/ivory/features/search.md) for existing components


---

# 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://ivory-docs.gitbook.io/ivory/getting-started/quick-start.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.
