> For the complete documentation index, see [llms.txt](https://blog.gigacode.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.gigacode.dev/technology.md).

# Technology

- [Cybersecurity](https://blog.gigacode.dev/technology/cybersecurity.md)
- [In the Wild - Abusing JWT Encoding](https://blog.gigacode.dev/technology/cybersecurity/in-the-wild-abusing-jwt-encoding.md)
- [Cloud Concepts](https://blog.gigacode.dev/technology/cloud-concepts.md): "Old man yells at cloud"
- [Microsoft Azure](https://blog.gigacode.dev/technology/cloud-concepts/microsoft-azure.md): Because Building Your Own Data Center Isn't a Weekend Project
- [Cognitive AI Services](https://blog.gigacode.dev/technology/cloud-concepts/microsoft-azure/cognitive-ai-services.md): Why think when you can make a computer think for you!
- [Speech Services](https://blog.gigacode.dev/technology/cloud-concepts/microsoft-azure/cognitive-ai-services/speech-services.md): This ain't your normal Microsoft Sam voice
- [Speech to Text](https://blog.gigacode.dev/technology/cloud-concepts/microsoft-azure/cognitive-ai-services/speech-services/speech-to-text.md)
- [Choosing Transcription Methods](https://blog.gigacode.dev/technology/cloud-concepts/microsoft-azure/cognitive-ai-services/speech-services/speech-to-text/choosing-transcription-methods.md)
- [Provisioning your Cognitive Speech Services](https://blog.gigacode.dev/technology/cloud-concepts/microsoft-azure/cognitive-ai-services/speech-services/speech-to-text/provisioning-your-cognitive-speech-services.md)
- [Batch Transcription](https://blog.gigacode.dev/technology/cloud-concepts/microsoft-azure/cognitive-ai-services/speech-services/speech-to-text/batch-transcription.md)
- [Cost Management](https://blog.gigacode.dev/technology/cloud-concepts/microsoft-azure/cost-management.md): What do you mean I owe Microsoft $20,000?
- [Intro to Azure Cost Management](https://blog.gigacode.dev/technology/cloud-concepts/microsoft-azure/cost-management/intro-to-azure-cost-management.md): Because money doesn't grow on trees
- [Automating Azure Cost Management](https://blog.gigacode.dev/technology/cloud-concepts/microsoft-azure/cost-management/automating-azure-cost-management.md): Who's going to be watching your budget all day? Azure is!
- [Bot Framework](https://blog.gigacode.dev/technology/cloud-concepts/microsoft-azure/bot-framework.md): I, for one, welcome our new robot overlords
- [Intro to Bot Framework](https://blog.gigacode.dev/technology/cloud-concepts/microsoft-azure/bot-framework/intro-to-bot-framework.md): Hello, human...
- [Creating your Bot Service](https://blog.gigacode.dev/technology/cloud-concepts/microsoft-azure/bot-framework/creating-your-bot-service.md): Some housekeeping before the fun stuff...
- [Interacting with your Bot Service's API](https://blog.gigacode.dev/technology/cloud-concepts/microsoft-azure/bot-framework/interacting-with-your-bot-services-api.md): Who needs an SDK?
- [Sending Proactive Messages](https://blog.gigacode.dev/technology/cloud-concepts/microsoft-azure/bot-framework/sending-proactive-messages.md): Everyone could use some more messages!
- [Packaging Your Bot](https://blog.gigacode.dev/technology/cloud-concepts/microsoft-azure/bot-framework/packaging-your-bot.md): 🤖+📦
- [Zero Trust Networking](https://blog.gigacode.dev/technology/zero-trust-networking.md)
- [What is Zero Trust](https://blog.gigacode.dev/technology/zero-trust-networking/what-is-zero-trust.md)
- [Setting Up Your Tenant](https://blog.gigacode.dev/technology/zero-trust-networking/setting-up-your-tenant.md)


---

# 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://blog.gigacode.dev/technology.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.
