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

# Basics

- [Creating and Running Tests](https://keak.gitbook.io/keak-docs/basics/editor.md)
- [Creating Content Variations with the Visual Editor](https://keak.gitbook.io/keak-docs/basics/editor/creating-content-variations-with-the-visual-editor.md)
- [Previewing and Selecting Variations](https://keak.gitbook.io/keak-docs/basics/editor/previewing-and-selecting-variations.md)
- [Starting the A/B Test & Setting a Conversion Goal](https://keak.gitbook.io/keak-docs/basics/editor/starting-the-a-b-test-and-setting-a-conversion-goal.md)
- [Sharing a Preview Link (Optional)](https://keak.gitbook.io/keak-docs/basics/editor/sharing-a-preview-link-optional.md)
- [Tracking Conversions and Custom Events](https://keak.gitbook.io/keak-docs/basics/markdown.md)
- [How Conversion Tracking Works](https://keak.gitbook.io/keak-docs/basics/markdown/how-conversion-tracking-works.md)
- [Tracking Custom Events (Button Clicks, Form Submissions, etc.)](https://keak.gitbook.io/keak-docs/basics/markdown/tracking-custom-events-button-clicks-form-submissions-etc..md)
- [Understanding Test Results and Statistical Significance](https://keak.gitbook.io/keak-docs/basics/images-and-media.md)
- [Real-Time Analytics and Dashboards](https://keak.gitbook.io/keak-docs/basics/images-and-media/real-time-analytics-and-dashboards.md)
- [Statistical Significance Criteria](https://keak.gitbook.io/keak-docs/basics/images-and-media/statistical-significance-criteria.md)
- [Keak Video](https://keak.gitbook.io/keak-docs/basics/keak-video.md)
- [How to Use Keak Video](https://keak.gitbook.io/keak-docs/basics/how-to-use-keak-video.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, and the optional `goal` query parameter:

```
GET https://keak.gitbook.io/keak-docs/basics.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.
