# Functions

Firstly, \<save> box is interpreted by ChatGPT as what everything it should save inside of the command. This is arguably the least important aspect of a command however should be included.<br>

1. "new" is the function that gives the command that name, everything after the equal sign is the name.
2. "dc" is the most important function and arguably the hardest to understand, everything inside of this function gives the command it's functionality. ChatGPT uses this as the general idea of what the command does to the [context](/alel-v.1.4/the-language/what-is-context.md).
3. "codebox" this holds a boolean value (true or false) which if true enables ChatGPT to reply only in code boxes.
4. "ignore" this holds a integer value (number), which never number gets put in this function will be the rule that ChatGPT ignores.
5. "depen" holds a boolean value (true or false). ChatGPT requests another prompt to add onto the commands functionality, this is if it holds a true boolean value. If false it does not do so.
6. "aec" holds a boolean value (true or false), if enabled ChatGPT will attempt to correct you if you did a major mistake when inputting a command. This function is still in active WIP and will probably not work very well.

These are all the functions that come with v.1.4 beta.


---

# 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://alel.gitbook.io/alel-v.1.4/the-language/functions.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.
