# How to use this guide

This guide is for discord bot developers to have a easy time on coding bots. Here is some tips and usages:

### 1. How to know which file to write to?

![Example](https://519857430-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lxwc-WTuEcSnjVmfZNU%2F-LyGNygFwX8k251il_Ry%2F-LyGOr8FkwMbFkNPtMIQ%2Fimage.png?alt=media\&token=0576db16-8680-429c-a57f-513786828ec1)

There will be a seperate line on top(In this example, it is index.js) that indicates where to write or there will be specific instructions.&#x20;

### 2. More special features coming!&#x20;


---

# 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://djsguide.js.org/how-to-use-this-guide.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.
