> For the complete documentation index, see [llms.txt](https://helpdocs.yoxel.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocs.yoxel.com/pebbles/getting-started-with-pebbles.md).

# Getting started with Pebbles

See the overview of Pebbles:  [Pebbles Overview](https://helpdocs.yoxel.com/pebbles/pebbles-overview)\
\
\
1\. Install Pebbles from its [web page](https://www.aurinko.io/pebbles/):

<figure><img src="/files/4k1c7NyQFAL1Rz7aY3tE" alt=""><figcaption></figcaption></figure>

2\. Pebbles will show the following Welcome message on its channel:

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

3\. Follow the instructions and invite Pebbles to channels where you want to track threads, use the '*/invite @Pebbles'* command:

<div data-full-width="true"><figure><img src="/files/XqcyzmY5TU4TUtalTXWT" alt="" width="341"><figcaption></figcaption></figure></div>

4\. Continue communicating in threads, Pebbles will notice active threads. Use the '/threads' command in a channel to see which threads Pebbles is tracking. Use menus to set your priorities and sort the list of threads. Click the #number link to open a thread.

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

5\. Click the '⋮' menu on any thread message to find the 'Manage thread' action:

<div align="center"><figure><img src="/files/gftGGmErPW7UuZ1L7my7" alt=""><figcaption></figcaption></figure></div>

This will allow you to set the threads subject and priority:

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://helpdocs.yoxel.com/pebbles/getting-started-with-pebbles.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.
