> For the complete documentation index, see [llms.txt](https://aphid-ai.gitbook.io/aphid-ai-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aphid-ai.gitbook.io/aphid-ai-docs/getting-started/step-4-create-a-dialogue.md).

# Step 4: Create a Dialogue

Follow these steps to create your first **Dialogue**:

1. Open the [Aphid App](/aphid-ai-docs/what-is-aphid.md).
2. Select the "Clones" tab along the bottom of the screen.
3. Tap one of your existing Clones.
4. Tap the "Dialogue" icon :speech\_balloon:
5. Tap "Create Dialogue"
6. Select one of the three options:
   1. [Import Template](#a.-import-template) - start with a Dialogue template that matches your Clone's role
   2. [Create Dialogue with AI](#b.-create-dialogue-with-ai) - use AI to optimize your Clone's Dialogue
   3. [Create from Scratch](#c.-create-from-scratch) - start with a blank Dialogue and edit it manually
7. Customize your dialogue by editing the Nodes in the Conversation Flow

## Dialogue Creation Options

#### a. Import Template

Follow these instructions to create your Clone with a template:

1. In the "Search Industry" field, enter the industry or field of work for your Clone.
2. Select the option that best matches your Clone's role.
3. Tap "Import" to use the selected template with your Clone.

#### b. Create Dialogue with AI

Describe the expertise and purpose of your Clone to Aphid's AI agent to generate an optimized dialogue.

#### c. Create from Scratch

Ideal for advanced users, "Create from Scratch" allows you to write every step of the Dialogue from a blank slate.


---

# 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://aphid-ai.gitbook.io/aphid-ai-docs/getting-started/step-4-create-a-dialogue.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.
