# Groups

In Lyra, everything is organised by groups. This means that when you create/add a wallet, account, proxies or RPCs, you need to save them onto a group. Only inside those groups do you have access to your wallets, accounts, proxies, etc.&#x20;

<figure><img src="/files/Z4PL97JZqlqqznqudBU2" alt=""><figcaption><p>Example of a wallet group. Each group can hold unlimited wallets.</p></figcaption></figure>

This is not only the case for accounts/wallets, but also for tasks. Because you can group your tasks by module and blockchain, this makes it easy to keep track of tasks designed for a specific raffle or mint.

<figure><img src="/files/cVk6BF40AJ6gxlzYSo2a" alt=""><figcaption><p>Example of a Mint and Raffle task group</p></figcaption></figure>


---

# 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://desktop-guide.lyrarobotics.io/basics/groups.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.
