# Commands

## Generation Commands

{% hint style="info" %}
These commands are used to generate content with AICord API. These usually cost tokens to use!
{% endhint %}

{% hint style="success" %}
If your server has either **Unlimited Plan** or **Supercool Plan**, the usage of these commands won't consume any tokens as you have infinity
{% endhint %}

| Slash Command      | Usage                                | Description                                                   | Cost                                                                |
| ------------------ | ------------------------------------ | ------------------------------------------------------------- | ------------------------------------------------------------------- |
| /write             | /write \[prompt]                     | Generate texts and essays with AI                             | 2.5 <img src="/files/6JpgU81TSV2Iv3WfPlOG" alt="" data-size="line"> |
| /imagine           | /imagine \[prompt] \[style]          | Generate images with Flux, the best AI image generation model | 20 <img src="/files/6JpgU81TSV2Iv3WfPlOG" alt="" data-size="line">  |
| /image ask         | /image ask \[image] \[question]      | Ask questions from images                                     | 5 <img src="/files/6JpgU81TSV2Iv3WfPlOG" alt="" data-size="line">   |
| /createrecipe      | /createrecipe \[image]               | Create a recipe based on food image                           | 10 <img src="/files/6JpgU81TSV2Iv3WfPlOG" alt="" data-size="line">  |
| /askdocument       | /askdocument \[document] \[question] | Askk questions from documents                                 | 0 <img src="/files/6JpgU81TSV2Iv3WfPlOG" alt="" data-size="line">   |
| /summarize webpage | /summarize webpage \[url]            | Summarize the text content of a website page                  | 5 <img src="/files/6JpgU81TSV2Iv3WfPlOG" alt="" data-size="line">   |

| Context Menu      | Usage                                             | Description                             | Cost                                                              |
| ----------------- | ------------------------------------------------- | --------------------------------------- | ----------------------------------------------------------------- |
| Summarize with AI | Right click on message > Apps > Summarize with AI | Summarize any text message using AICord | 5 <img src="/files/6JpgU81TSV2Iv3WfPlOG" alt="" data-size="line"> |

## :hammer\_pick: Admin Commands


---

# 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.aicordapp.com/general/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.
