# Glossary

**Module:** A module refers to a distinct component or feature that focuses on performing a specific task related to web3 raffles, NFT minting, NFT sniping, etc. Each module within your app is designed to handle a particular functionality,\
\
**Task:** You can think of a task like a person with a computer doing the action you requested. The benefit of having tasks is that if you created 100 tasks in Lyra, it's as if 100 people were doing the action you wanted to do manually one by one.\
\
**Proxy:** Every device that's connected to the internet has something called an IP address. You can think of this IP address as the online identifier of your device. If you run hundreds of tasks from the same IP address, the website can easily see it's the same device doing hundreds of actions, and it can ban you. Proxies allow you to pretend you're doing those actions from multiple devices when in reality you're just doing them through your computer.\
\
**RPC:** Used by Lyra to communicate with each designated blockchain. Lyra Desktop comes with a default RPC url for each blockchain so if you're not an advanced user you do not need to care about this.\
\
**Flagged:** When we call something "flagged" (such as accounts or proxies) it means the website suspects said proxies/accounts are bots.&#x20;


---

# 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/glossary.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.
