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