# Creating our first page

## Creating your first page.

Since there is no "backend" administration on Devise you must go to a page that will render. You created a page (most likely the homepage) during the installer so head to whatever page that is and you should see something like the following:

**TODO: IMAGE**

Click on the gear on the left hand menu and then click "Pages". Click "create new page" and fill out the form like the example below:

**TODO: IMAGE**

Once your page has been saved go to the url you provided in the *slug* field and you should see something like below. Congratulations! Now we can begin populating this new page with slices and content.


---

# Agent Instructions: 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://devise.gitbook.io/cms/v2-dev/creating-content-with-devise/pages/creating-our-first-page.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.
