> 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/community/investec-developers-qrious-puzzle-challenge/investec-developer-puzzle-challenge.md).

# Investec Developer - Puzzle Challenge

## Submit Your Puzzle Solution

> You've cracked the code, and now it's time to submit your solution.  Just provide your name, email address, and tell us what the image in the QR code is. Remember, the image description should be one word!<br>

```json
{"openapi":"3.0.0","info":{"title":"Investec Developer - Puzzle Challenge","version":"1.4.2"},"servers":[{"url":"https://openapisandbox.investec.com","description":"Investec Sandbox API Server"}],"security":[{"oauth2":[]}],"components":{"securitySchemes":{"oauth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://openapisandbox.investec.com/identity/v2/oauth2/token","scopes":{}}}}},"parameters":{"Authorization":{"name":"Authorization","in":"header","required":true,"schema":{"type":"string"},"description":"For more details on authentication, please refer to the [Investec Developer Documentation](https://developer.investec.com/za/api-products/documentation/SA_PB_Account_Information#section/Authentication).\n"}},"schemas":{"PuzzleSubmission":{"type":"object","required":["name","email","imageDescription"],"properties":{"name":{"type":"string","minLength":1,"maxLength":100,"description":"Your name so we know who you are!"},"email":{"type":"string","format":"email","description":"Your email address so we can send you your prize!"},"imageDescription":{"type":"string","minLength":1,"maxLength":50,"pattern":"^[a-zA-Z]+$","description":"What's the image in the background of the QR code? Let us know! One word!"}}},"SuccessResponse":{"type":"object","properties":{"message":{"type":"string"}}},"ErrorResponse":{"type":"object","properties":{"error":{"type":"string"}}}}},"paths":{"/za/pb/v1/hunt/submit":{"post":{"summary":"Submit Your Puzzle Solution","description":"You've cracked the code, and now it's time to submit your solution.  Just provide your name, email address, and tell us what the image in the QR code is. Remember, the image description should be one word!\n","parameters":[{"$ref":"#/components/parameters/x-api-key"},{"$ref":"#/components/parameters/Authorization"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PuzzleSubmission"}}}},"responses":{"200":{"description":"You've nailed it!","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SuccessResponse"}}}},"400":{"description":"Oops! Something went wrong.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"404":{"description":"Hmm, can't find that.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}}}}
```


---

# 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, and the optional `goal` query parameter:

```
GET https://investec.gitbook.io/programmable-banking-community-wiki/community/investec-developers-qrious-puzzle-challenge/investec-developer-puzzle-challenge.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
