# Navigating the Platform

In this article we'll look into a high-level overview of the options available to you on the Pybites Platform, and how to navigate them using the Navigation Bar along the top of the platform.

<figure><img src="/files/qFbKRb7SpO9pvQtwF2Kz" alt=""><figcaption></figcaption></figure>

## Paths

Clicking the *Paths* button takes you to our **Learning Paths** page.

Our curated Learning Paths are a series of Bites we've put together to allow you to learn a specific skill, or aspect of Python and development.

Some of the more in-depth and industry-recognised paths/skills will also earn you a *Credly* Badge highlighting your achievement and expertise.

You can learn more by reading our dedicated Learning Paths article.

<figure><img src="/files/clMTa1MGy39pGiWseBao" alt=""><figcaption></figcaption></figure>

## Exercises

The *Exercises* menu allows you to browse our different levels of Bites (exercises):

* Newbie Bites
* Intro Bites
* Regular Bites (Beginner, Intermediate and Advanced)

{% hint style="info" %}
See our [Exercises Overview](/platform-basics/exercises-overview.md) article for more information.
{% endhint %}


---

# 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/getting-started/navigating-the-platform.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.
