> For the complete documentation index, see [llms.txt](https://interactively.gitbook.io/interactively-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interactively.gitbook.io/interactively-docs/build/chapter.md).

# Chapter

## What is a chapter used for?

Chapters can be added anywhere in your demo to provide context, [capture leads](/interactively-docs/build/chapter/form.md), [gate content](/interactively-docs/build/chapter/form.md), [add conditional branching](/interactively-docs/build/conditional-branching.md), add call-to-actions (CTAs), and [embed widgets](/interactively-docs/build/chapter/embed.md).

### How do I add a chapter to my demo?

In <kbd>**Edit**</kbd> mode:

**Option 1:** Click <kbd>Chapter</kbd> in the toolbar

**Option 2:** Click <kbd>+</kbd> in between two steps

**Option 3:** Click <kbd>+ Add Step</kbd> at the top of the left panel, then select **Chapter** from the list

## Chapter Settings

### Can I customize chapters?

Yes! You can customize your chapter's theme, blur intensity, alignment, and add a title, subtitle, and call-to-action (CTA) buttons.

### Call-to-action (CTA) buttons

Add customizable CTA buttons to your chapter that link to other steps in your demo or external links, such as a calendar booking page.

### [Conditional Branching](/interactively-docs/build/conditional-branching.md)

Include multiple CTA buttons, each guiding users down different paths in your demo, for a more personalized experience.

### [Forms](/interactively-docs/build/chapter/form.md)&#x20;

Add forms to collect visitor information such as name, email, company details, and feedback. Learn more about forms [here](/interactively-docs/build/chapter/form.md).

### [Embeds](/interactively-docs/build/chapter/embed.md)

Embed external tools and widgets directly into your Interactively demo. Learn more about embeds [here](/interactively-docs/build/chapter/embed.md).


---

# 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://interactively.gitbook.io/interactively-docs/build/chapter.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.
