> For the complete documentation index, see [llms.txt](https://agents.glueckkanja.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://agents.glueckkanja.com/get-started.md).

# Get Started

1. Navigate to the [**Microsoft Security Store**](https://securitystore.microsoft.com/agents).
2. Browse the available agents under the **Agents** section.

<figure><img src="/files/JZ9MHPSy6gFg6Eqk3q6j" alt=""><figcaption></figcaption></figure>

Select an agent (e.g., **Assignment Insights**) to view details, pricing, and requirements.

The agent overview page provides:

* A description of the solution
* Supported Microsoft services
* Requirements (such as Microsoft Entra ID)
* Pricing and licensing options

<figure><img src="/files/xBXbgamT3SxQA5XclnfE" alt=""><figcaption></figcaption></figure>

Each agent lists its available plans. For example, Assignment Insights offers:

* **Version:** 1.0.0
* **Billing term:** 1-month subscription
* **Cost:** Subscription cost per time period

<figure><img src="/files/ZSKcPCEV08Bp0c4gFfLh" alt=""><figcaption></figcaption></figure>

When you’re ready to deploy:

1. Click **Get it now** on the agent page.
2. You’ll be redirected to the **Get Solution** wizard.

<figure><img src="/files/HUw6IZOqEC9TyBq8jp0f" alt=""><figcaption></figcaption></figure>

The deployment wizard consists of several steps:

* **Azure Subscription**: Select the subscription under which the agent will be deployed.
* **Resource Group**: Choose an existing group or create a new one.
* **Resource Name**: Define a unique name for the deployed solution.

<figure><img src="/files/nrzs1R9wBK67FtmSkZU6" alt=""><figcaption></figcaption></figure>

* **Solution**: Pre-filled with the chosen agent (e.g., Assignment Insights).
* **Plan**: The pricing plan selected.
* **Billing Term & Frequency**: Define how often payments will occur.
* **Auto-Renewal**: Option to enable or disable automatic renewal.

<figure><img src="/files/nnPm6Zfou1mOYM92Gwx7" alt=""><figcaption></figcaption></figure>

After deployment:

* The agent is available in your Azure portal under the specified **Resource Group**.
* You can manage, monitor, and update it from the Security Copilot dashboard.
* Troubleshooting and additional documentation are available in the [Troubleshooting](/troubleshooting.md) section and in each [Agents](/agents.md) page.


---

# 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://agents.glueckkanja.com/get-started.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.
