> For the complete documentation index, see [llms.txt](https://docs.airdev.co/canvas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airdev.co/canvas/2.0.0-1/using-the-template/using-canvas-pages/how-it-works.md).

# Get started

Ready to give Canvas Pages a try? Here's an exercise to help you learn how to use the tool, and then check your work with [this test page](https://airdev-canvas-tutorial.bubbleapps.io/version-test/standard-page-test) ([editor link](https://bubble.io/page?type=page\&name=standard-page-test\&id=airdev-canvas-tutorial\&tab=tabs-1)).

**Note: If you want to use Canvas to add pages, groups, or to change colors in your app, you will need to have <dev@airdev.co> added as a collaborator on your application.**

You can remove <dev@airdev.co> after you're done adding groups with Canvas, but whenever using Canvas' page and color tools, you'll need to add this account as a collaborator again.&#x20;

#### Overview

Remember to sign in to Canvas and access your app according to [the instructions ](/canvas/2.0.0-1/using-the-template/using-canvas-pages/how-it-works-1.md)earlier in this guide.

&#x20;In the sample page that we've created for this tutorial, we used the Standard Page template and added the 2 Column Repeating Group (Link, Text, and Button) module to the app.&#x20;

#### Select a page template

![Add the Standard Group Page template](/files/-LtgMyvuvr-sIi3rKZS3)

#### Select a module

![Add the 2 column repeating group (link, text and button)](/files/-LtgN3h3Og7fovHS5WY-)

#### Submit your request

![Submit your request. It should take 5-10 minutes to process for this page.](/files/-LtgNAmZtj6lbgWpWjRp)

#### Compare your page against our result

After completing your page, [compare it against our result](https://bubble.io/page?type=page\&name=standard-page-test\&id=airdev-canvas-tutorial\&tab=tabs-1). Note that our app's colors may be different from yours.


---

# 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://docs.airdev.co/canvas/2.0.0-1/using-the-template/using-canvas-pages/how-it-works.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.
