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

# Discord

Connect with the NOWAI community on Discord to collaborate, get support, and share knowledge. Our channels cover technical support, billing, feedback, and more. Join us and interact with like-minded creators!

{% tabs %}
{% tab title="Interface" %}

<figure><img src="/files/wOVZg9eegbbb01ahrCNC" alt=""><figcaption><p>Discord Interface (click to zoom)</p></figcaption></figure>
{% endtab %}

{% tab title="Basics" %}

<figure><img src="/files/CdbJfKuUQgSLslwcThbu" alt=""><figcaption><p>NOWAI's Channel Panel (click to zoom)</p></figcaption></figure>

<figure><img src="/files/LETRwVRdqXI2hH7O3w3E" alt=""><figcaption><p>How to create (click to zoom)</p></figcaption></figure>

<figure><img src="/files/PoF32cH0SkheeSxopHM4" alt=""><figcaption><p>NOWAI BOT Image generator GRID (click to zoom)</p></figcaption></figure>

<figure><img src="/files/PRsnsqUvlhSVIhDpsT7L" alt=""><figcaption><p>Upscaling layout (click to zoom)</p></figcaption></figure>
{% endtab %}
{% endtabs %}

## DISCORD COMMANDS

<details>

<summary>/create</summary>

The bot willl  automatically  recognise and will let you fill the prompt !&#x20;

* aspect ratios: You can change the aspect ratio by adding --ar to your prompt, followed by the desired ratio. Supported ratios: '16:9', '3:2', '4:3', '5:4', '1:1', '4:5', '3:4', '2:3', '9:16' Example: --ar 16:9 swapping models.&#x20;
* When using /create, choose an available model from the model options. *Commands will remember your last selected model.* You can see what models are available on the '[Models section](/nowai/text-to-image/models.md)'&#x20;

</details>

<details>

<summary>/describe</summary>

Provide an image and the AI will create a caption describing it! Use **image\_attachment** for an image file or use **image\_url** for an image link.

</details>

<details>

<summary>/fuse</summary>

Deep fusion feature and fuse source image with your desired prompt!&#x20;

* source image: You may attach an image file using the image\_attachment option, or you can include an image URL directly in the prompt field.&#x20;
* fusion power: fusion\_power is how much power /fuse will have over your image.&#x20;
* More power leads to more transformation!&#x20;
* swapping models: /fuse also takes available models from the [models ](/nowai/text-to-image/models.md)option

</details>

<details>

<summary>/info</summary>

To see useful information on NOWAI bot's command, to subcribe and set your language of your prompt

</details>

<details>

<summary>/language</summary>

This command to set your preferable language for your language

</details>

<details>

<summary>/subscribe</summary>

</details>


---

# 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://nowai.gitbook.io/nowai/platforms-manual/discord.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.
