# Further resources

- [FAQ](https://docs.whereby.com/further-resources/faq-and-troubleshooting.md): We've compiled some of the most common questions and tips we receive about Whereby.
- [Accessibility](https://docs.whereby.com/further-resources/faq-and-troubleshooting/accessibility.md): When accessing Whereby via the pre-built UI, the experience is WCAG 2.1 Level AA compliant
- [Whereby Words](https://docs.whereby.com/further-resources/faq-and-troubleshooting/whereby-words.md): Terms that are used within Whereby, and what they mean
- [Firewall & Security](https://docs.whereby.com/further-resources/faq-and-troubleshooting/firewall-and-security.md): Configure allowed domains and manage access to Whereby services
- [Security and Privacy at Whereby Embedded](https://docs.whereby.com/further-resources/faq-and-troubleshooting/security-and-privacy-at-whereby-embedded.md): Learn how Whereby handles privacy and security. This document is applicable for Whereby Embedded.
- [Allowed Domains & Localhost](https://docs.whereby.com/further-resources/faq-and-troubleshooting/allowed-domains-and-localhost.md): The allowed domains feature lets you control which domains can be used for embedding your room and is also required in order to enable some specific features.
- [Whereby Embedded Feature Comparison](https://docs.whereby.com/further-resources/faq-and-troubleshooting/whereby-embedded-feature-comparison.md): An exhaustive list of the features and capabilities available within our implementation options
- [Postman collection](https://docs.whereby.com/further-resources/using-postman.md): The Whereby Postman collection offers a quick and easy way of creating and managing rooms and lets you explore the API without needing to set up anything in your project first.
- [Migrating from Twilio](https://docs.whereby.com/further-resources/migrate-twilio.md): A compilation of guides to help you migrate from Twilio to Whereby
- [Twilio JS SDK Quick Migration](https://docs.whereby.com/further-resources/migrate-twilio/twilio-js-sdk-quick-migration.md)
- [Twilio JS SDK Direct Migration](https://docs.whereby.com/further-resources/migrate-twilio/twilio-js-sdk-direct-migration.md): This guide will walk you through migrating from Twilio's Programmable Video platform to Whereby's Browser SDK.
- [Examples library](https://docs.whereby.com/further-resources/examples.md): Looking for code examples? We've got some Github repos showing how to use the Whereby Embedded API to create and embed Whereby rooms in your own app/website.


---

# 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.whereby.com/further-resources.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.
