# Get Started

- [Get started overview](https://investec.gitbook.io/programmable-banking-community-wiki/get-started/get-started-overview.md)
- [Self-enrollment guide](https://investec.gitbook.io/programmable-banking-community-wiki/get-started/self-enrollment-guide.md)
- [API quick start guide](https://investec.gitbook.io/programmable-banking-community-wiki/get-started/api-quick-start-guide.md)
- [How to create your API keys](https://investec.gitbook.io/programmable-banking-community-wiki/get-started/api-quick-start-guide/how-to-get-your-api-keys.md)
- [How to authenticate against the Investec API](https://investec.gitbook.io/programmable-banking-community-wiki/get-started/api-quick-start-guide/how-to-authenticate.md)
- [How to get your account, balance, and transaction data](https://investec.gitbook.io/programmable-banking-community-wiki/get-started/api-quick-start-guide/how-to-get-your-transaction-history.md)
- [How to make transfers and payments](https://investec.gitbook.io/programmable-banking-community-wiki/get-started/api-quick-start-guide/how-to-make-a-payment.md)
- [Programmable card quick start guide](https://investec.gitbook.io/programmable-banking-community-wiki/get-started/card-quick-start-guide.md)
- [How to activate your programmable card](https://investec.gitbook.io/programmable-banking-community-wiki/get-started/card-quick-start-guide/how-to-activate-your-card-for-programmable-banking.md)
- [How to add low-code snippets to your card on Investec Online](https://investec.gitbook.io/programmable-banking-community-wiki/get-started/card-quick-start-guide/how-to-add-low-code-snippets-to-your-card-on-investec-online.md)
- [How to add code to your card and run a simulation using the online IDE](https://investec.gitbook.io/programmable-banking-community-wiki/get-started/card-quick-start-guide/how-to-add-code-to-your-card.md)
- [How to use the programmable card API](https://investec.gitbook.io/programmable-banking-community-wiki/get-started/card-quick-start-guide/how-to-use-the-cards-api.md)
- [Sample apps](https://investec.gitbook.io/programmable-banking-community-wiki/get-started/sample-apps.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://investec.gitbook.io/programmable-banking-community-wiki/get-started.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.
