# Developer Tools

- [Symphony Messaging Generator](https://docs.developers.symphony.com/dev-tools/generator.md)
- [Bot Developer Kit for Java](https://docs.developers.symphony.com/dev-tools/bdk-java.md)
- [Build a Conversational Bot](https://docs.developers.symphony.com/dev-tools/bdk-java/conversational.md)
- [Build an Interactive Bot](https://docs.developers.symphony.com/dev-tools/bdk-java/interactive.md)
- [Build a Headless Bot](https://docs.developers.symphony.com/dev-tools/bdk-java/headless.md)
- [Integrate a Bot with an Identity Provider](https://docs.developers.symphony.com/dev-tools/bdk-java/identity.md)
- [Bot Developer Kit for Python](https://docs.developers.symphony.com/dev-tools/bdk-python.md)
- [App Developer Kit](https://docs.developers.symphony.com/dev-tools/adk.md)
- [Build a Basic Extension App](https://docs.developers.symphony.com/dev-tools/adk/basic.md)
- [Build an Extension App with App Views](https://docs.developers.symphony.com/dev-tools/adk/app-view.md)
- [Add Buttons and Handlers to an Extension App](https://docs.developers.symphony.com/dev-tools/adk/app-view/buttons-handlers.md)
- [Add BDK to an Extension App for Circle of Trust](https://docs.developers.symphony.com/dev-tools/adk/app-view/circle-of-trust.md)
- [Build an Extension App with Message Renderers](https://docs.developers.symphony.com/dev-tools/adk/message-renderer.md)
- [Postman](https://docs.developers.symphony.com/dev-tools/postman.md): Use Postman to test our APIs
- [UI Style Guide](https://docs.developers.symphony.com/dev-tools/ui-style-guide.md)
- [Colors](https://docs.developers.symphony.com/dev-tools/ui-style-guide/colors.md)
- [Form Elements](https://docs.developers.symphony.com/dev-tools/ui-style-guide/forms.md)
- [Buttons](https://docs.developers.symphony.com/dev-tools/ui-style-guide/buttons.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.developers.symphony.com/dev-tools.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.
