> For the complete documentation index, see [llms.txt](https://investec.gitbook.io/programmable-banking-community-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://investec.gitbook.io/programmable-banking-community-wiki/get-started/card-quick-start-guide.md).

# Programmable card quick start guide

Investec programmable cards give you the ability to write custom code for your card, enabling you to to build your own rules and limits that execute before and after your card transactions.

This quick start guide provides a step-by-step for getting started and adding code to your Investec card(s) and covers:

* :raised\_hands: [How to activate your programmable card](/programmable-banking-community-wiki/get-started/card-quick-start-guide/how-to-activate-your-card-for-programmable-banking.md)
* 🚀[ How to add rules to your programmable card using our low-code snippets](/programmable-banking-community-wiki/get-started/card-quick-start-guide/how-to-add-low-code-snippets-to-your-card-on-investec-online.md) (low code option)
* 🖥️ [How to add code to your programmable card and simulate a transaction on the Online IDE](/programmable-banking-community-wiki/get-started/card-quick-start-guide/how-to-add-code-to-your-card.md)
* 💳 [How to use programmable cards via the Card API](/programmable-banking-community-wiki/get-started/card-quick-start-guide/how-to-use-the-cards-api.md)

{% hint style="info" %}
**Pro-Tip:** Programmable cards use code written in **JavaScript**.
{% endhint %}

Once you have completed the guide please feel free to post some details about your code on the [Slack community](https://offerzen-community.slack.com/archives/C04KFQA3YCQ).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/card-quick-start-guide.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.
