# Creating an Investment

***

On the Issuance Platform, we facilitate investments in offerings governed by various SEC regulations—Regulation A, Regulation D (506(b) and 506(c)), and Regulation CF. While each type of offering follows a similar process, some details will vary depending on the specific offering type.

* [Required Steps](/investor-documentation/investments/creating-an-investment/required-steps.md) provides the required steps for making any investment commitment through our platform.
* [Payments & Funds Processing](/investor-documentation/investments/creating-an-investment/payments-and-funds-processing.md) explains our available payment and funds-processing methods.
* [Investor Agreements & E-Signature](/investor-documentation/investments/creating-an-investment/investor-agreements-and-e-signature.md) details the investor agreements and e-signatures required to finalize your investment commitment.

You can use these sections together to understand exactly what you need to do, no matter which SEC regulation your chosen offering falls under.


---

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