> 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/problems-we-solve/ai-customized-for-you.md).

# AI Customized for You

ChatGPT is an advanced AI technology that lets you talk to a really smart chatbot in a natural way. Its unique ability to understand and respond to human language has made it a popular choice for businesses looking to improve customer service, as well as for individuals seeking a more personalized chat experience.

But, chatGPT can sometimes give wrong answers and has limited to zero context on some niche topics. This brings up the question of how we can make ChatGPT better by giving it more specific and custom data.

> *<mark style="color:green;">Imagine being able to create a chatbot that is tailored to your business or a "Mr. Know-It-All" that keeps you updated on work info from various sources like Wiki pages, Slack, Reddit, Stack Overflow, books, and more.</mark>*

This is now all possible with [**GPT Customizer**](/easyprompt/product/gpt-customizer-your-custom-chatbot.md)**.**

### ANYONE can build custom AI chatbots with [GPT Customizer](/easyprompt/product/gpt-customizer-your-custom-chatbot.md) by EasyPrompt - the AI chatbot builder that requires no tech skills!

* No-code
* Custom-trained on your data
* Automated Question Answering
* Available on Telegram

> <mark style="color:green;">Like it?</mark>
>
> <mark style="color:green;">Feel excited to create a similar chatbot with your own data?</mark>
>
> <mark style="color:green;">So, let’s get started!</mark>

{% content-ref url="/pages/pTIzyYp88SeyghnWfCJ4" %}
[GPT Customizer - Your Custom Chatbot](/easyprompt/product/gpt-customizer-your-custom-chatbot.md)
{% endcontent-ref %}


---

# 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/problems-we-solve/ai-customized-for-you.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.
