> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymath/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymath/wiki/_sidebar.md).

# \_Sidebar

[Main Polymath Wiki](https://github.com/PolymathNetwork/polymath-core/wiki)

**CLI Installation**

* [Prerequisite Instructions + Deploying and Setting up the Polymath Contracts](https://github.com/PolymathNetwork/polymath-core/wiki/Prerequisite-Instructions-for-Deploying-and-Setting-Up-the-Polymath-Contracts)
* [CLI Commands](https://github.com/PolymathNetwork/polymath-core/wiki/CLI-Commands-for-Polymath-core)

**Running the CLI Features and Modules**

* [How to Use the POLY Faucet](https://github.com/PolymathNetwork/polymath-core/wiki/How-to-Use-the-POLY-Faucet)
* [St-20 Generator](https://github.com/PolymathNetwork/polymath-core/wiki/ST20-Generator)
* [STO Manager](https://github.com/PolymathNetwork/polymath-core/wiki/The-STO-Manager)
* [How to Use the Investor Portal](https://github.com/PolymathNetwork/polymath-core/wiki/How-to-Use-the-Investor-Portal)
* [Token Manager](https://github.com/PolymathNetwork/polymath-core/wiki/Token-Manager)
* [Transfer Feature](https://github.com/PolymathNetwork/polymath-core/wiki/10.-Transfer-Feature)
* [Transfer Ownership](https://github.com/PolymathNetwork/polymath-core/wiki/Transfer-Ownership)
* [Dividends Manager](https://github.com/PolymathNetwork/polymath-core/wiki/Dividends-Manager)
* [Transfer Manager](https://github.com/PolymathNetwork/polymath-core/wiki/Transfer-Manager)
* [Contract Manager](https://github.com/PolymathNetwork/polymath-core/wiki/14.-Contract-Manager)
* [Permission Manager](https://github.com/PolymathNetwork/polymath-core/wiki/Permission-Manager)
* \[Time Travel for Contract Testing]\([https://github.com/PolymathNetwork/polymath-core/wiki/Time-Travel-(Contract-Testing](https://github.com/PolymathNetwork/polymath-core/wiki/Time-Travel-%28Contract-Testing)))

**Modules**

* [LockupTransferManager](https://github.com/PolymathNetwork/polymath-core/wiki/Lockup-Transfer-Manager)
* [VolumeRestrictionTransferManager](https://github.com/PolymathNetwork/polymath-core/wiki/Volume-Restriction-Transfer-Manager)
* [BlacklistTransferManager](https://github.com/PolymathNetwork/polymath-core/wiki/Blacklist-Transfer-Manager)
* [ManualApprovalTransferManager](https://github.com/PolymathNetwork/polymath-core/wiki/Manual-Approval-Transfer-Manager)
* [CountTransferManager](https://github.com/PolymathNetwork/polymath-core/wiki/Count-Transfer-Manager)
* [GeneralPermissionManager](https://github.com/PolymathNetwork/polymath-core/wiki/General-Permission-Manager)
* [PercentageTransferManager](https://github.com/PolymathNetwork/polymath-core/wiki/Percentage-Transfer-Manager)
* [GeneralTransferManager](https://github.com/PolymathNetwork/polymath-core/wiki/General-Transfer-Manager)
* [DividendCheckpointModules](https://github.com/PolymathNetwork/polymath-core/wiki/Dividend-Module)
* [VestingEscrowWallet](https://github.com/PolymathNetwork/polymath-core/wiki/Vesting-Escrow-Wallet)
* [CappedSTO](https://github.com/PolymathNetwork/polymath-core/wiki/Capped-STO)
* [USDTieredSTO](https://github.com/PolymathNetwork/polymath-core/wiki/USDTiered-STO)
* [AdvancedPLCRVotingCheckpoint](https://github.com/PolymathNetwork/polymath-core/wiki/Advanced-PLCR-Voting-Checkpoint)
* [VotingCheckpointModules](https://github.com/PolymathNetwork/polymath-core/wiki/Voting-Checkpoint-Modules)


---

# 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://developers.polymath.network/polymath/wiki/_sidebar.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.
