> For the complete documentation index, see [llms.txt](https://kb.issuance.com/investor-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.issuance.com/investor-documentation/investments.md).

# Investments

- [Creating an Investment](https://kb.issuance.com/investor-documentation/investments/creating-an-investment.md): This section links you to the specific steps and agreements required to make an investment commitment and to the payment methods Issuance accepts.
- [Required Steps](https://kb.issuance.com/investor-documentation/investments/creating-an-investment/required-steps.md): Below are the required steps every investor will follow when making an investment through the Issuance platform. The order may differ slightly depending on the type of offering.
- [Payments & Funds Processing](https://kb.issuance.com/investor-documentation/investments/creating-an-investment/payments-and-funds-processing.md): This section explains the payment methods accepted by Issuance and how to use them to fund your investment.
- [Equity Trust IRA Payments](https://kb.issuance.com/investor-documentation/investments/creating-an-investment/payments-and-funds-processing/equity-trust-ira-payments.md)
- [Investor Agreements & E-Signature](https://kb.issuance.com/investor-documentation/investments/creating-an-investment/investor-agreements-and-e-signature.md): This section details how each investment is finalized through electronic signing of the necessary legal documents, typically a subscription agreement.
- [Managing Investments](https://kb.issuance.com/investor-documentation/investments/managing-investments.md)
- [Investment Status Codes](https://kb.issuance.com/investor-documentation/investments/managing-investments/investment-status-codes.md)
- [Clearing Failures & Troubleshooting](https://kb.issuance.com/investor-documentation/investments/managing-investments/clearing-failures-and-troubleshooting.md)
- [Canceling an Investment](https://kb.issuance.com/investor-documentation/investments/managing-investments/canceling-an-investment.md)
- [Contact Support](https://kb.issuance.com/investor-documentation/investments/contact-support.md): This section explains how to use the Contact Support page within your investor dashboard to request additional assistance from a member of Issuance's Support team.


---

# 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://kb.issuance.com/investor-documentation/investments.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.
