> For the complete documentation index, see [llms.txt](https://docs.logolivery.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.logolivery.ai/getting-started/prompts-discord-only.md).

# Prompts (Discord Only)

### How to generate SVG logos

1. Join Discord Server via the link: <https://discord.gg/GWxedHT3d2>
2. Go to one of the ai-rooms (⁠ai-room-1/⁠ai-room-2/⁠ai-room-3) channels.
3. Type **/generate** and describe the logo you want. We recommend viewing the [Parameters (V2, Discord Only)](/getting-started/parameters-v2-discord-only.md) for a more precise logo generation.
4. The bot will generate logos in SVG format within **60 seconds**. All of the logo download links are available for **15 minutes**.

{% embed url="<https://cdn.discordapp.com/attachments/1088432874962833558/1115648030163619860/Guide_1_new.mp4>" %}

5. Select the option and click the following button **V1/V2/V3/V4** to export the SVG file.

{% embed url="<https://cdn.discordapp.com/attachments/1088432874962833558/1115719046403473408/Guide_2.1_new.mp4>" %}

6. (Optional) If you want to make any changes to the logo and/or enhance brand identity, reach out to professional designers on [Logolivery](https://logolivery.com/ai) for additional services.

> With love, your Logolivery Team 💙


---

# 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://docs.logolivery.ai/getting-started/prompts-discord-only.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.
