# Introduction

Welcome to the Pycom documentation site. We recommend reading through all the sections to familiarise yourself with the various tools and features available to you to help you develop on your Pycom module.

To get started, read through the Getting Started guide then feel free to jump straight into the tutorials and examples in Tutorials & Examples to begin building your projects.

* [Products](https://development-test.pycom.io/products)
* [Getting Started](https://development-test.pycom.io/getting-started/introduction)
* [Tutorials](https://development-test.pycom.io/tutorials-and-examples/introduction)
* [Product Info](https://development-test.pycom.io/product-info-datasheets/introduction)
* [API Documentation](https://development-test.pycom.io/firmware-and-api-reference/introduction)
* [Pybytes](https://development-test.pycom.io/pybytes/introduction)


---

# 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://development-test.pycom.io/master.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.
