# How To ...

- [APIs](https://docs.korewireless.com/developers/how-to/apis.md)
- [Refresh API Access Token](https://docs.korewireless.com/developers/how-to/apis/refresh-api-access-token.md)
- [Webhooks](https://docs.korewireless.com/developers/how-to/webhooks.md)
- [Validate Webhook Signatures](https://docs.korewireless.com/developers/how-to/webhooks/validate-webhook-signatures.md)
- [Rotate my Webhook Secret](https://docs.korewireless.com/developers/how-to/webhooks/rotate-my-webhook-secret.md)
- [Test and Troubleshoot my Webhook Integration](https://docs.korewireless.com/developers/how-to/webhooks/test-and-troubleshoot.md)
- [Event Streams](https://docs.korewireless.com/developers/how-to/event-streams.md)
- [Test My Destination](https://docs.korewireless.com/developers/how-to/event-streams/test-my-destination.md)
- [Modify my Destination](https://docs.korewireless.com/developers/how-to/event-streams/modify-my-destination.md)
- [Modify my Streaming Rule](https://docs.korewireless.com/developers/how-to/event-streams/modify-my-streaming-rule.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://docs.korewireless.com/developers/how-to.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.
