# 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: 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:

```
GET https://aidocs.soldecoder.app/overview/what-does-chatgpt-offer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
