# Guides

- [Create a Squad and execute your first transaction](https://docs.squads.so/main/development/typescript/guides/create-a-squad-and-execute-your-first-transaction.md): Using multisigCreateV2 and Vault Transactions to execute your first actions with Squads
- [Execute a batch of transactions](https://docs.squads.so/main/development/typescript/guides/execute-a-batch-of-transactions.md): Leverage batches to couple transactions
- [Reclaim transaction rent](https://docs.squads.so/main/development/typescript/guides/reclaim-transaction-rent.md)
- [Add members and change threshold](https://docs.squads.so/main/development/typescript/guides/add-members-and-change-threshold.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.squads.so/main/development/typescript/guides.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.
