# Learn

- [AI Basics](https://docs.aiandbusiness.com/learn/ai-basics.md)
- [AI Learning Resources](https://docs.aiandbusiness.com/learn/ai-basics/ai-learning-resources.md)
- [Large Language Models (LLMs)](https://docs.aiandbusiness.com/learn/large-language-models-llms.md)
- [Prompt Engineering](https://docs.aiandbusiness.com/learn/large-language-models-llms/prompt-engineering.md)
- [Hallucination](https://docs.aiandbusiness.com/learn/large-language-models-llms/hallucination.md)
- [Claude](https://docs.aiandbusiness.com/learn/large-language-models-llms/claude.md)
- [Create Your Own Writing GPTs](https://docs.aiandbusiness.com/learn/large-language-models-llms/create-your-own-writing-gpts.md)
- [AI Ethics/Copyright](https://docs.aiandbusiness.com/learn/ai-ethics-copyright.md): Explore the ethical and moral challenges of AI technology and solutions, sharing expert opinions and societal discussions.
- [Policy and Regulation](https://docs.aiandbusiness.com/learn/policy-and-regulation.md): Track and interpret changes in AI policies and regulations worldwide, discussing their impact on the industry and businesses.
- [AI Agent](https://docs.aiandbusiness.com/learn/ai-agent.md)
- [Skills](https://docs.aiandbusiness.com/learn/skills.md)


---

# 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://docs.aiandbusiness.com/learn.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.
