# Export Commands

**`!script`**   is the command for exporting.

| Filtro                 | Exemplo                        | Descrição                                                                       |
| ---------------------- | ------------------------------ | ------------------------------------------------------------------------------- |
| everything             | !script everything             | All commands for the current profile.                                           |
| pokemon                | !script pokemon                | Exports only the commands for pokémons in the current profile.                  |
| everything allprofiles | !script everything allprofiles | Exports all commands for every profile, including the creation of the profiles. |
| link                   | !script pokemon link           | Can be used with any Example, creates the export in HasteBin link.              |


---

# 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.pokevagos.com/pokevagos-docs/discord-notifications/export-commands.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.
