> For the complete documentation index, see [llms.txt](https://docs.bitsandblocks.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitsandblocks.tech/reference/13-primary-sources.md).

# 13. Primary sources

**Soroban** — [skills.stellar.org / smart-contracts](https://skills.stellar.org/skills/smart-contracts/SKILL.md) (+ its [development](https://skills.stellar.org/skills/smart-contracts/development.md), [testing](https://skills.stellar.org/skills/smart-contracts/testing.md), [security](https://skills.stellar.org/skills/smart-contracts/security.md) deep-dives) · [developer docs](https://developers.stellar.org/docs/build/smart-contracts) · [soroban-examples](https://github.com/stellar/soroban-examples) · [docs.rs/soroban-sdk](https://docs.rs/soroban-sdk) · [example contracts index](https://developers.stellar.org/docs/build/smart-contracts/example-contracts)

**Move** — [Move Book on Aptos](https://aptos.dev/build/smart-contracts/book/summary) · [smart-contracts hub](https://aptos.dev/build/smart-contracts) · [security guidelines](https://aptos.dev/build/smart-contracts/move-security-guidelines)

*Link note: developers.stellar.org and aptos.dev/build/smart-contracts/book/\* paths verified Aug 2026; a handful of Aptos-specific deep links (prover, gas, randomness) follow the current nav structure but reorganize occasionally — one hop from the hub pages above if any has moved.*

***

[← Cheat sheet index](/readme.md) · [← 12. Verification](/reference/12-verification.md)


---

# 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://docs.bitsandblocks.tech/reference/13-primary-sources.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.
