> For the complete documentation index, see [llms.txt](https://aidocs.soldecoder.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aidocs.soldecoder.app/overview/what-does-chatgpt-offer.md).

# What does ChatGPT offer?

* [x] Quick response times
* [x] Answer questions on just about anything. It remembers the history of the conversation, so you can have an evolving & intricate conversation
* [x] Communities can engage with each other by asking it silly questions or having it write memes
* [x] High-level skill in assisting with code generation and debugging (in any coding language), and explaining complicated pieces of code
* [x] Adaptable personalities, which include the capacity to:
  * [x] Engage in friendly conversation in one instance
  * [x] Act as a coding instructor in another instance
  * [x] Provide business or marketing guidance in a different context
  * [x] Assist with coding projects, offer creative inspiration for drawings, optimize blog content for conversions and SEO, and much more.
* [x] Do your homework and translate phrases for you into any language
* [x] Write songs / poems / stories, in the style of famous musicians / authors
* [x] Gives you ideas on different topics (what to do for a birthday party, what types of foods to eat based on criteria, etc…)

*See our expanded instructions on* [How to effectively use ChatGPT & our Discord bots](/use-cases/how-to-effectively-use-chatgpt-and-our-discord-bots.md)

**Even more examples on:**

* <https://platform.openai.com/examples>
* [https://twitter.com/MakadiaHarsh/status/1635634618224238593?t=1o1mouMgt2v3ErGOejm1bQ](https://twitter.com/MakadiaHarsh/status/1635634618224238593?t=1o1mouMgt2v3ErGOejm1bQ\&s=19)


---

# 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://aidocs.soldecoder.app/overview/what-does-chatgpt-offer.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.
