# Using Spreadsheet Data

To upload or delete spreadsheets from your bot, you can click the **Spreadsheets** button on either of the **Commands** or **Events** pages. After you have uploaded your spreadsheets, you will see that their information will automatically be populated when you create a **Spreadsheet** type response. It's important to note that spreadsheets get uploaded to each individual bot's files, so they are uploaded per-bot they are needed for.


---

# 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://docs.discordbotstudio.org/spreadsheets/using-spreadsheet-data.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.
