> For the complete documentation index, see [llms.txt](https://docs.intelliticks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intelliticks.com/getting-started/build-your-first-playbook/start-from-scratch.md).

# Start from scratch

### How to build a playbook from scratch?

**1.** In the AI Builder section after clicking on "Create Playbook" card click on the "Blank playbook" and enter a name for the playbook.

![Create Blank Playbook](/files/-LvjTG8T7RLK0ZxKAar2)

**2.** After creating a blank playbook, Let's add a playbook root node - like a "**Quick Reply (With Branches)**" Node or any other [node](/ai-builder/nodes.md) which you want as a playbook root node.

![Add playbook root node](/files/-LvjVPzEYl9OrosItGSp)

**3.** To edit node simply click on edit icon, which is at the top right corner of added node.

![Edit Node](/files/-Lvj_mTKdmw3EeRyrRXP)

**4.** To add more nodes on the playbook conversation flow click on plus icon which is shown below the node.

![Add node](/files/-LvjfS-PL8J4He2Oku1I)

Now add as many as nodes you want on your conversation flow.&#x20;

After that You're done with building your first playbook from scratch, Click "Test Now" button in the bottom-right corner to test your playbook conversation flow.&#x20;

&#x20;&#x20;


---

# 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:

```
GET https://docs.intelliticks.com/getting-started/build-your-first-playbook/start-from-scratch.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.
