# Structure and Components

To sort the voting weights of shareholders, retrieve historical voting powers and other relevant purpose,  **Comboox** adopted Checkpoints, TopChain, EnumerableSet and some other data struactures.

{% content-ref url="/pages/CKAUeQSYifDaTyMb22KH" %}
[Checkpoints](/whitepaper-en/technical-brochure/structure-and-components/checkpoints.md)
{% endcontent-ref %}

{% content-ref url="/pages/oOLYoVeR9mGQgmhCSv6m" %}
[TopChain](/whitepaper-en/technical-brochure/structure-and-components/topchain.md)
{% endcontent-ref %}

{% content-ref url="/pages/iAo8dM0zIJNL2pZweCiL" %}
[GoldChain](/whitepaper-en/technical-brochure/structure-and-components/goldchain.md)
{% endcontent-ref %}

{% content-ref url="/pages/UFnN1jer6oRLmb1K1qac" %}
[EnumerableSet](/whitepaper-en/technical-brochure/structure-and-components/enumerableset.md)
{% endcontent-ref %}

{% content-ref url="/pages/sXzv6CFo1tD0KDugWe32" %}
[Condition and ConsRepo](/whitepaper-en/technical-brochure/structure-and-components/condition-and-consrepo.md)
{% endcontent-ref %}

{% content-ref url="/pages/til2svQQ1TRM0M4nfqNJ" %}
[HashLock and LockersRepo](/whitepaper-en/technical-brochure/structure-and-components/hashlock-and-lockersrepo.md)
{% endcontent-ref %}

{% content-ref url="/pages/VRBQxHehpHF0Z5zqr1kN" %}
[Signature and Sigpage](/whitepaper-en/technical-brochure/structure-and-components/signature-and-sigpage.md)
{% endcontent-ref %}

{% content-ref url="/pages/yexxBwp8RIiYXkd67e6M" %}
[File and FilesRepo](/whitepaper-en/technical-brochure/structure-and-components/file-and-filesrepo.md)
{% endcontent-ref %}

{% content-ref url="/pages/nHPFnCEnAm8aBS3hhkR4" %}
[Doc and DocsRepo](/whitepaper-en/technical-brochure/structure-and-components/doc-and-docsrepo.md)
{% endcontent-ref %}


---

# 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://comboox.gitbook.io/whitepaper-en/technical-brochure/structure-and-components.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.
