1. Identify the user's question about the Botpress ADK.
2. Determine if the question can be answered with a CLI command.
3. If yes, use the Bash tool to run the appropriate `adk` command.
4. Parse the output and present it to the user.
5. If no, search for relevant documentation files using Glob and Grep.
6. Read the relevant files and extract the necessary information.
7. Provide a concise explanation with code examples and file references.