> For the complete documentation index, see [llms.txt](https://cloudinary.gitbook.io/cil-hackathon-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cloudinary.gitbook.io/cil-hackathon-guide/microsoft/using-microsoft-apis.md).

# Using Microsoft APIs

{% hint style="success" %}
Our mission is to empower every person and every organization on the planet to achieve more.
{% endhint %}

[Microsoft Docs](https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2F\&data=02%7C01%7CChingChing.Chen%40umusic.com%7Cb541b75709e043c22b8008d5c5ed8e6d%7Cbbcb6b2f8c7c4e2486e46c36fed00b78%7C1%7C0%7C636632546462209450\&sdata=1xt9qQww7nQK%2B%2Fx57GdvsKDLK%2BL%2BwWB6%2FY0ODSDKluE%3D\&reserved=0)

[docs.microsoft.com](http://docs.microsoft.com/) is the home for Microsoft technical documentation, API reference, code examples, quickstarts, and tutorials for developers and IT professionals.

[Get started with Azure](https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Fazure%2F%23pivot%3Dget-started%26panel%3Dget-started1\&data=02%7C01%7CChingChing.Chen%40umusic.com%7Cb541b75709e043c22b8008d5c5ed8e6d%7Cbbcb6b2f8c7c4e2486e46c36fed00b78%7C1%7C0%7C636632546462209450\&sdata=fQc7nD%2B0l5tcPt2nRPRzt%2F6iwBCXydfen6CHGwG29j4%3D\&reserved=0)

Explore our most popular services with quickstarts, samples, and tutorials.

[Cognitive Services](https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Fazure%2Fcognitive-services%2F\&data=02%7C01%7CChingChing.Chen%40umusic.com%7Cb541b75709e043c22b8008d5c5ed8e6d%7Cbbcb6b2f8c7c4e2486e46c36fed00b78%7C1%7C0%7C636632546462209450\&sdata=JDi9u0gyxaSvouLTIhOmDSqQrrnuqVwCUGTGk5rTTgI%3D\&reserved=0)

Learn how to build intelligent algorithms into apps, websites, and bots so that they see, hear, speak, and understand your user needs through natural methods of communication. Tutorials, quickstarts, API references, and examples show you how.


---

# 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://cloudinary.gitbook.io/cil-hackathon-guide/microsoft/using-microsoft-apis.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.
