> For the complete documentation index, see [llms.txt](https://docs.easyprompt.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.easyprompt.xyz/easyprompt.md).

# EasyPrompt

- [Product](https://docs.easyprompt.xyz/easyprompt/product.md)
- [GPT Prompter - ChatGPT & Midjourney for Telegram](https://docs.easyprompt.xyz/easyprompt/product/gpt-prompter-chatgpt-and-midjourney-for-telegram.md): ChatGPT & Midjourney for Telegram. Built-in Prompts. No logins.
- [GPT Customizer - Your Custom Chatbot](https://docs.easyprompt.xyz/easyprompt/product/gpt-customizer-your-custom-chatbot.md): Build ChatGPT-like Chatbots With Customized Knowledge for Your Business. No-code.
- [Create a your custom bot](https://docs.easyprompt.xyz/easyprompt/product/gpt-customizer-your-custom-chatbot/create-a-your-custom-bot.md): Steps guiding through the process of create a custom bot
- [Customize your bot settings](https://docs.easyprompt.xyz/easyprompt/product/gpt-customizer-your-custom-chatbot/customize-your-bot-settings.md): Steps guiding through the process of customize your chatbot settings
- [Upload your data](https://docs.easyprompt.xyz/easyprompt/product/gpt-customizer-your-custom-chatbot/upload-your-data.md): Steps guiding through the process of uploading your data
- [Chatbot Stats](https://docs.easyprompt.xyz/easyprompt/product/gpt-customizer-your-custom-chatbot/chatbot-stats.md)
- [EasyPrompt Library](https://docs.easyprompt.xyz/easyprompt/product/easyprompt-library.md): Access a diverse collection of ChatGPT prompts on EasyPrompt Library. Add more, bookmark your favorites, and discover the best ones!
- [Pricing](https://docs.easyprompt.xyz/easyprompt/pricing.md)
- [Pricing - GPT Prompter Bot](https://docs.easyprompt.xyz/easyprompt/pricing/pricing-gpt-prompter-bot.md)
- [Pricing - GPT Customizer](https://docs.easyprompt.xyz/easyprompt/pricing/pricing-gpt-customizer.md)
- [FAQ](https://docs.easyprompt.xyz/easyprompt/faq.md)
- [FAQ - GPT Prompter Bot](https://docs.easyprompt.xyz/easyprompt/faq/faq-gpt-prompter-bot.md)
- [FAQ - GPT Customizer](https://docs.easyprompt.xyz/easyprompt/faq/faq-gpt-customizer.md)
- [FAQ - EasyPrompt Library](https://docs.easyprompt.xyz/easyprompt/faq/faq-easyprompt-library.md)
- [Changelog](https://docs.easyprompt.xyz/easyprompt/changelog.md): All notable changes to EasyPrompt will be documented in this file.
- [Affiliate Program](https://docs.easyprompt.xyz/easyprompt/affiliate-program.md)
- [Media Kit](https://docs.easyprompt.xyz/easyprompt/media-kit.md): These guidelines cover our Brand Assets, including but not limited to: The names “EasyPrompt”
- [Trusted Links](https://docs.easyprompt.xyz/easyprompt/trusted-links.md): Please use these official links to avoid problems and scams.


---

# 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.easyprompt.xyz/easyprompt.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.
