# Miscellaneous

- [Supported Blockchains](https://docs.transientlabs.xyz/miscellaneous/supported-blockchains.md): The following blockchains are supported by Transient Labs.
- [tl-sol-tools](https://docs.transientlabs.xyz/miscellaneous/tl-sol-tools.md): A page about our solidity tools
- [Licensing](https://docs.transientlabs.xyz/miscellaneous/licensing.md)
- [Batch Upload Secret JSON](https://docs.transientlabs.xyz/miscellaneous/batch-upload-secret-json.md): Secret JSON for batch uploads in the lab
- [Bug Bounty Program](https://docs.transientlabs.xyz/miscellaneous/bug-bounty-program.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.transientlabs.xyz/miscellaneous.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.
