# Discord JS

This page will be used to learn more about Discord JS, in terms of properties & finding how to refer to more information by using interaction, event and attachment variables. E.g., {interaction\[guild.name]}.

## Navigating the Discord JS Docs

## Properties: what are they?

### Variable Examples

## Multi-property Variables


---

# 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.botwiz.dev/docs/misc/discord-js.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.
