# About pyBittle

### Getting started

pyBittle provides a set of methods to communicating with Bittle through Bluetooth, WiFi and Serial connection. To start using pyBittle follow installation steps.

{% content-ref url="/pages/-MWBbOkOSHoBcmyvDaCj" %}
[Installation](/pybittle/user-guide/installation.md)
{% endcontent-ref %}

### Examples

Find useful usage examples and projects to help yourself understanding how to get the most of this library providen resources.&#x20;

{% content-ref url="/pages/-MWBfDrnnxlnp8QLkfr8" %}
[Usage Examples](/pybittle/user-guide/usage-examples.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MWBfSSYOIXyDKrYBgfR" %}
[Project Examples](/pybittle/user-guide/project-examples.md)
{% endcontent-ref %}

### Documentation

Read the in-depth documentation about pyBittle classes and methods.

{% content-ref url="/pages/-MWBh2NSHmbEOac8OSMY" %}
[Documentation](/pybittle/documentation/bittlemanager.md)
{% endcontent-ref %}


---

# 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://enriquemoran95.gitbook.io/pybittle/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.
