# Pybites Platform Help Centre

Welcome to the PyBites Platform Help Centre.

Here you'll find practical, straight-to-the-point docs to help you get the most out of your coding experience with Pybites. Whether you're solving your first exercise, getting set up as the manager of a team, or looking for more information on one of the platform's features, this is the place for you.

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-bolt">:bolt:</i></h4></td><td><strong>Quickstart</strong></td><td>A simple guide to get your account set up and solve your first Bite.</td><td></td><td></td><td><a href="getting-started/quickstart">quickstart</a></td></tr><tr><td><h4><i class="fa-brackets-curly">:brackets-curly:</i></h4></td><td><strong>Solving a Bite Exercise</strong></td><td>Learn the basics of the code editor and how to solve the Bites.</td><td></td><td></td><td><a href="getting-started/solving-a-bite">solving-a-bite</a></td></tr><tr><td><h4><i class="fa-globe-pointer">:globe-pointer:</i></h4></td><td><strong>Navigating the Platform</strong></td><td>Learn where everything lives: Bite exercises, your profile, learning paths, team dashboards, and more.</td><td></td><td></td><td><a href="platform-basics/exercises-overview">exercises-overview</a></td></tr></tbody></table>


---

# 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.pybitesplatform.com/readme.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.
