> For the complete documentation index, see [llms.txt](https://docs.metalex.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metalex.tech/web-app-using-the-apps.md).

# Web App — Using the Apps

- [Using the cyberCORPs apps](https://docs.metalex.tech/web-app-using-the-apps/webapp.md): What the cyberCORPs apps do and which one you need
- [The cyberCORPs app — manage your company](https://docs.metalex.tech/web-app-using-the-apps/mainframe.md): Create or form a company and run it: cap table, board, issuance, grants, and cyberSign
- [The cap table](https://docs.metalex.tech/web-app-using-the-apps/mainframe/captable.md): One cap table for tokenized and untokenized positions, with AI-assisted import
- [Cap-table records, modeling and compliance](https://docs.metalex.tech/web-app-using-the-apps/mainframe/captable-tools.md): Stockholder lists, 409A and Rule 701 records, tax trackers, and scenario modeling
- [Token grants and onchain vesting](https://docs.metalex.tech/web-app-using-the-apps/mainframe/grants.md): Equity awards with onchain vesting — options, RSUs and restricted stock via MetaVesT
- [The boardRoom and company records](https://docs.metalex.tech/web-app-using-the-apps/mainframe/boardroom.md): Officers, directors, board consents, and the company's formation record
- [For holders: your securities](https://docs.metalex.tech/web-app-using-the-apps/holders.md): My holdings, certificates, transfers, scripify and de-scripify — the holder's side
- [cyberRAISE — raising and investing](https://docs.metalex.tech/web-app-using-the-apps/cyberraise.md): Raise capital or invest in rounds, from draft to settlement
- [ACE — token-community raises](https://docs.metalex.tech/web-app-using-the-apps/ace.md): Token-community equity conversion rounds inside cyberRAISE
- [LeXcheX — get accredited](https://docs.metalex.tech/web-app-using-the-apps/lexchex.md): Prove accredited-investor status onchain without revealing balances
- [Your profile](https://docs.metalex.tech/web-app-using-the-apps/profile.md): Your identity, wallets, visibility settings, and notifications
- [MetaDAO — entity formation](https://docs.metalex.tech/web-app-using-the-apps/metadao.md): Form a futarchy-governed MetaDAO entity


---

# 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.metalex.tech/web-app-using-the-apps.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.
