# Build tutorials & guides

<table><thead><tr><th align="center">Title</th><th width="123">Level<select multiple><option value="46Zfl3lDjB8z" label="Intermediary" color="blue"></option><option value="lfKJvIo7Khib" label="Advanced" color="blue"></option><option value="gZwAn5d6i1Uz" label="Starter" color="blue"></option></select></th><th>Blurb</th><th align="center">Contributor</th></tr></thead><tbody><tr><td align="center"><a href="build-something-simple/card-or-slack-integration">Slack integration with card transactions</a></td><td><span data-option="gZwAn5d6i1Uz">Starter</span></td><td>Keep track of all card purchases with a quick Slack integration</td><td align="center">@OfferZen</td></tr><tr><td align="center"><a href="https://www.youtube.com/watch?v=vgVtK239ojQ">Getting live Investec account data in Google Sheets</a></td><td><span data-option="gZwAn5d6i1Uz">Starter</span></td><td>A template for importing Investec account info to Google Sheets</td><td align="center">@Ben_Blaine</td></tr><tr><td align="center"><a href="build-something-simple/card-or-how-to-create-a-diy-petrol-card">How to create a DIY petrol card</a></td><td><span data-option="gZwAn5d6i1Uz">Starter</span></td><td>Create your own DIY petrol card.</td><td align="center">@Hennie Spies</td></tr><tr><td align="center"><a href="https://petersmythe.github.io/invapi-dual-auth/">Dual authorisation on your credit cards</a></td><td><span data-option="46Zfl3lDjB8z">Intermediary</span></td><td>Master dual authorisation on your credit card in 20-minutes</td><td align="center"><a href="https://github.com/petersmythe">@petersmythe</a></td></tr><tr><td align="center"><a href="https://drive.google.com/file/d/1rnbHtGYngtWP2S3M5TAcCec_GIp30U6j/view?usp=sharing">Telegram messages for card transactions</a></td><td><span data-option="46Zfl3lDjB8z">Intermediary</span></td><td>The basics on setting up a simple Telegram Bot and how to link Telegram messaging to your credit card transactions</td><td align="center">@Russel_Knight</td></tr><tr><td align="center"><a href="build-something-simple/api-or-no-code-budget-expense-app">No-code budget expense app in 90 min.</a></td><td><span data-option="46Zfl3lDjB8z">Intermediary</span></td><td>A no-code/ low-code mobile budget expense app with <a href="https://www.google.com/sheets/about/">Google Sheets</a> and <a href="https://www.glideapps.com/">Glide</a>.</td><td align="center">@Nick Benson</td></tr><tr><td align="center"><a href="https://docs.google.com/spreadsheets/d/1JwklVY729bUJtZMvxgD9xkGTF32Wb7dT7I5IpTIXuBI/copy#gid=348845501">Treasury management</a></td><td><span data-option="46Zfl3lDjB8z">Intermediary</span></td><td>Using Investec's Banking's API and Google Sheets, you can create your own automated treasuray managment system. Watch the <a href="https://youtu.be/I0z083-dAmA">How To Setup Vid here</a>.</td><td align="center">@Malan Joubert</td></tr></tbody></table>


---

# 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-building/build-something-simple.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.
