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