> For the complete documentation index, see [llms.txt](https://crunchcrunchpaw.gitbook.io/crunchcrunchpaw-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://crunchcrunchpaw.gitbook.io/crunchcrunchpaw-docs/information/variables.md).

# Variables

<table><thead><tr><th>Var name</th><th>Info</th><th>Available at<select multiple><option value="cAOxzHZcVmox" label="Welcomings" color="blue"></option><option value="kX0tMiZClgef" label="Leavings" color="blue"></option><option value="C0UIiJ9t1PyC" label="Leave dms" color="blue"></option><option value="1p1wMCFJJQBu" label="Welcome dms" color="blue"></option><option value="PIt3IIxiVEdt" label="Echo messages" color="blue"></option></select></th><th>Example</th><th>Returns</th></tr></thead><tbody><tr><td>/authorID</td><td>Returns in authorID</td><td><span data-option="cAOxzHZcVmox">Welcomings, </span><span data-option="PIt3IIxiVEdt">Echo messages, </span><span data-option="kX0tMiZClgef">Leavings</span></td><td>Hello &#x3C;@/authorID>!</td><td>Hello @solennslashdogs.!</td></tr><tr><td>/memberCount</td><td>Returns the count of members</td><td><span data-option="PIt3IIxiVEdt">Echo messages, </span><span data-option="cAOxzHZcVmox">Welcomings, </span><span data-option="kX0tMiZClgef">Leavings</span></td><td>We have /memberCount members in our guild!</td><td>We have 7 members in our guild!</td></tr><tr><td>/title[content]</td><td>adds a title to your embed</td><td><span data-option="cAOxzHZcVmox">Welcomings, </span><span data-option="kX0tMiZClgef">Leavings, </span><span data-option="PIt3IIxiVEdt">Echo messages</span></td><td>/title[title test!]</td><td>title test!</td></tr><tr><td>/description[content]</td><td>adds a description to your embed</td><td><span data-option="cAOxzHZcVmox">Welcomings, </span><span data-option="kX0tMiZClgef">Leavings, </span><span data-option="PIt3IIxiVEdt">Echo messages</span></td><td>/description[hey! i'm a little desc!]</td><td>hey! i'm a little desc!</td></tr><tr><td>/username</td><td>returns in username</td><td><span data-option="cAOxzHZcVmox">Welcomings, </span><span data-option="kX0tMiZClgef">Leavings, </span><span data-option="PIt3IIxiVEdt">Echo messages</span></td><td>/username</td><td>solennslashdogs.</td></tr><tr><td>/nickname</td><td>returns in nickname</td><td><span data-option="cAOxzHZcVmox">Welcomings, </span><span data-option="PIt3IIxiVEdt">Echo messages, </span><span data-option="kX0tMiZClgef">Leavings</span></td><td>/nickname</td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f361">🍡</span> // :: Solenn ! :: </td></tr><tr><td>/addTimestamp</td><td>adds timestamp to your embed</td><td><span data-option="cAOxzHZcVmox">Welcomings, </span><span data-option="PIt3IIxiVEdt">Echo messages, </span><span data-option="kX0tMiZClgef">Leavings</span></td><td>/addTimestamp</td><td>Today at 3:30PM</td></tr><tr><td>/thumbnail[img url]</td><td>adds a thumbnail to your embed</td><td><span data-option="cAOxzHZcVmox">Welcomings, </span><span data-option="kX0tMiZClgef">Leavings, </span><span data-option="PIt3IIxiVEdt">Echo messages</span></td><td>no</td><td>no</td></tr><tr><td>/color[hex code]</td><td>changes the color to your embed</td><td><span data-option="cAOxzHZcVmox">Welcomings, </span><span data-option="kX0tMiZClgef">Leavings, </span><span data-option="PIt3IIxiVEdt">Echo messages</span></td><td>/color[#43803]</td><td>color</td></tr><tr><td>/randomText[text;text]</td><td>Chooses random text, seperate by using ; </td><td><span data-option="cAOxzHZcVmox">Welcomings, </span><span data-option="kX0tMiZClgef">Leavings, </span><span data-option="PIt3IIxiVEdt">Echo messages</span></td><td>/random[yes;no]</td><td>yes</td></tr><tr><td>/footer[content]</td><td>adds a footer to your embed</td><td><span data-option="cAOxzHZcVmox">Welcomings, </span><span data-option="PIt3IIxiVEdt">Echo messages, </span><span data-option="kX0tMiZClgef">Leavings</span></td><td>/footer[heyy!!]</td><td>heyy! | Today at 3:08PM</td></tr><tr><td>/author[content]</td><td>adds an author to your embed</td><td><span data-option="cAOxzHZcVmox">Welcomings, </span><span data-option="kX0tMiZClgef">Leavings, </span><span data-option="PIt3IIxiVEdt">Echo messages</span></td><td>/author[food]</td><td>food</td></tr><tr><td>/image[img url]</td><td>adds an image to your embed</td><td><span data-option="PIt3IIxiVEdt">Echo messages, </span><span data-option="cAOxzHZcVmox">Welcomings, </span><span data-option="kX0tMiZClgef">Leavings</span></td><td>no</td><td>no</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://crunchcrunchpaw.gitbook.io/crunchcrunchpaw-docs/information/variables.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
