# Page Basics

### Overview

Understanding how pages work is essential for building accessible fan guides on Different Breed. In this tutorial, we’ll walk you through editing a page title, setting accessibility preferences, and ensuring content is personalized based on user needs. By specifying relevant accessibility categories, guides become more inclusive and tailored to individual users. Watch the video below to learn how to get started.

{% embed url="<https://www.loom.com/share/ac9fc966df21485f87f3ac01910ee888?sid=d1e4f598-53d7-49d4-8311-c68ed3a05e6c>" %}
Learn how to edit and personalize pages on Different Breed with accessibility settings for a more inclusive guide experience.
{% endembed %}


---

# 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://help.differentbreed.events/tutorials/guides/page-basics.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.
