Resources
Markmaps are a great way to get the big picture of the documentation set for any technology. Check out the markmaps for the Azure AI Agent Service, Semantic Kernel and AutoGen below. Click on any node (circle) to collapse or expand the sub-tree for clarity.
The ✅ indicates the content is covered in the relevant crash course. The markmaps are not complete so check back regularly for updates.
1. Azure AI Agents Documentation
# [Azure AI Agent Service](https://learn.microsoft.com/en-us/azure/ai-services/agents/)
## Overview
### [What is Azure AI Agent Service ✨ ](https://learn.microsoft.com/en-us/azure/ai-services/agents/overview) - ✅
### [Quotas and Limits ✨](https://learn.microsoft.com/en-us/azure/ai-services/agents/quotas-limits) - ✅
### [Model and Region Support ✨ ](https://learn.microsoft.com/en-us/azure/ai-services/agents/concepts/model-region-support) - ✅
### [Pricing](https://azure.microsoft.com/pricing/details/ai-studio/) - ✅
### [What's New ✨ ](https://learn.microsoft.com/en-us/azure/ai-services/agents/whats-new) - ✅
### [FAQ](https://learn.microsoft.com/en-us/azure/ai-services/agents/faq) - ✅
## [Quickstart ✨ ](https://learn.microsoft.com/en-us/azure/ai-services/agents/quickstart) - ✅
## Concepts
### [Agents](https://learn.microsoft.com/en-us/azure/ai-services/agents/concepts/agents)
### [Tracing with Application Insights](https://learn.microsoft.com/en-us/azure/ai-services/agents/concepts/tracing)
## How-To
### [Tools](https://learn.microsoft.com/en-us/azure/ai-services/agents/how-to/tools/overview)
#### [Overview](https://learn.microsoft.com/en-us/azure/ai-services/agents/how-to/tools/overview)
#### Knowledge Tools
##### [Grounding With Bing Search](https://learn.microsoft.com/en-us/azure/ai-services/agents/how-to/tools/bing-grounding)
##### [File Search](https://learn.microsoft.com/en-us/azure/ai-services/agents/how-to/tools/file-search)
##### [Azure AI Search](https://learn.microsoft.com/en-us/azure/ai-services/agents/how-to/tools/azure-ai-search)
#### Action Tools
##### [Function calling](https://learn.microsoft.com/en-us/azure/ai-services/agents/how-to/tools/function-calling)
##### [Code interpreter](https://learn.microsoft.com/en-us/azure/ai-services/agents/how-to/tools/code-interpreter)
##### [Use OpenAI defined tools](https://learn.microsoft.com/en-us/azure/ai-services/agents/how-to/tools/openapi-spec)
##### [Azure Functions](https://learn.microsoft.com/en-us/azure/ai-services/agents/how-to/tools/azure-functions)
### [Content Filtering](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/content-filters?context=/azure/ai-services/agents/context/context)
### [Use Your Own Resources](https://learn.microsoft.com/en-us/azure/ai-services/agents/how-to/use-your-own-resources)
## Responsible AI
### [Data, privacy and security](https://learn.microsoft.com/en-us/legal/cognitive-services/agents/data-privacy-security?context=/azure/ai-services/agents/context/context)
## Reference
### Frameworks
#### [AutoGen](https://microsoft.github.io/autogen/0.4.0.dev11/)
#### [Semantic Kernel](https://learn.microsoft.com/en-us/semantic-kernel/overview/)
### SDK
### Azure SDK
##### [Python](https://learn.microsoft.com/en-us/python/api/overview/azure/ai-projects-readme?context=/azure/ai-services/agents/context/context)
##### [C#](https://learn.microsoft.com/en-us/dotnet/api/overview/azure/ai.projects-readme?context=/azure/ai-services/agents/context/context)
### OpenAI SDK
##### [Python](https://github.com/openai/openai-python/blob/main/README.md)
##### [C#](https://github.com/openai/openai-dotnet/blob/main/README.md)
## Resources
### [Support and help options](https://learn.microsoft.com/en-us/azure/ai-services/cognitive-services-support-options?context=/azure/ai-services/agents/context/context)
### [Region Support](https://azure.microsoft.com/global-infrastructure/services/?products=cognitive-services)
### [Terms of use](https://www.microsoft.com/licensing/terms/productoffering/MicrosoftAzure/MCA#ServiceSpecificTerms)
### [Azure compliance offerings](https://azure.microsoft.com/resources/microsoft-azure-compliance-offerings/)
2. Semantic Kernel Documentation
# Semantic Kernel
## [Overview](https://learn.microsoft.com/en-us/semantic-kernel/overview/)
## Getting Started
### [Quickstart](https://learn.microsoft.com/en-us/semantic-kernel/get-started/quick-start-guide?pivots=programming-language-csharp)
### [In Depth Samples](https://learn.microsoft.com/en-us/semantic-kernel/get-started/detailed-samples)
### [Supported Languages](https://learn.microsoft.com/en-us/semantic-kernel/get-started/supported-languages)
## Concepts
### [Kernel](https://learn.microsoft.com/en-us/semantic-kernel/concepts/kernel)
### [Semantic Kernel Components](https://learn.microsoft.com/en-us/semantic-kernel/concepts/semantic-kernel-components?pivots=programming-language-csharp)
### [Planning](https://learn.microsoft.com/en-us/semantic-kernel/concepts/planning)
## Frameworks
### [Agent Framework](https://learn.microsoft.com/en-us/semantic-kernel/frameworks/agent/)
### [Process Framework](https://learn.microsoft.com/en-us/semantic-kernel/frameworks/process/process-framework)
3. AutoGen Documentation
# AutoGen 0.4
## [User Guide](https://microsoft.github.io/autogen/0.4.0.dev11/user-guide/index.html)
## [Packages](https://microsoft.github.io/autogen/0.4.0.dev11/packages/index.html)
## [API Reference](https://microsoft.github.io/autogen/0.4.0.dev11/reference/index.html)
## [Magentic One](https://github.com/microsoft/autogen/tree/main/python/packages/autogen-magentic-one)