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

# Building Your Page

- [Overview](https://docs.gridbox.io/gridbox-editor/introduction-to-gridbox-editor.md): The Builder allows you to build your site structure, design the look and feel, add content and custom code to create fully functioning websites, landing pages and prototypes.
- [Basics](https://docs.gridbox.io/gridbox-editor/basics.md): Here's a quick rundown of some of the more common tasks:
- [Using Scroll Points](https://docs.gridbox.io/gridbox-editor/using-scroll-points.md): Scroll Points helps you create linkable points within a site that can be linked to internally
- [Working with Backgrounds](https://docs.gridbox.io/gridbox-editor/working-with-backgrounds.md): The Background element is simply the background that sits behind all of a site's elements. It can be customized to show either a solid color, a gradient or an image
- [Fonts Style and Properties](https://docs.gridbox.io/gridbox-editor/fonts-style-and-properties.md): Learn how to add/change Fonts from Google. Also learn how to change font size, color, spacing etc...


---

# 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.gridbox.io/gridbox-editor.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.
