> For the complete documentation index, see [llms.txt](https://docs.hectagon.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hectagon.finance/product/user-manual/5.-investment-portal.md).

# 5. Investment Portal

First of all, we appreciate that you are trying to give us more amazing options of projects, and together we can benefit from those potential ones. So here are steps that are needed to do if you ever want us to take a closer look to one or some projects:

1. Go to [app.hectagon.finance](https://app.hectagon.finance/)
2. Connect your wallet by clicking “Connect Wallet” button on the upper-right corner.
3. In the “Dashboard” tab, you will find the “Submit Project” to the right of the tab, click it and enter all the information related to the project that are required.<br>

   [![Ảnh chụp Màn hình 2022-06-20 lúc 15.07.07](https://forum.hectagon.finance/uploads/default/optimized/1X/7dc6249d2bffbe588ce7d13949a0661877d95a91_2_345x174.jpeg)](https://forum.hectagon.finance/uploads/default/original/1X/7dc6249d2bffbe588ce7d13949a0661877d95a91.jpeg)[![Ảnh chụp Màn hình 2022-06-20 lúc 15.07.55](https://forum.hectagon.finance/uploads/default/optimized/1X/54545ab78709ae979ea924102aa4c9dcdbfed6a3_2_345x173.jpeg)](https://forum.hectagon.finance/uploads/default/original/1X/54545ab78709ae979ea924102aa4c9dcdbfed6a3.jpeg)
4. Click the “Submit” button on the lower-right corner of the pop-up and the project is going to be reviewed by us.

   [![Ảnh chụp Màn hình 2022-06-20 lúc 15.31.59](https://forum.hectagon.finance/uploads/default/optimized/1X/8f12335b1607fed0d968d117dc6fe399c2a7341d_2_345x173.jpeg)](https://forum.hectagon.finance/uploads/default/original/1X/8f12335b1607fed0d968d117dc6fe399c2a7341d.jpeg)\
   Note: You have to fullfil all the required information in the pop up to be able to submit that project.\
   If you have more than one project to submit, you can go and repeat the steps 3 and 4.


---

# 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.hectagon.finance/product/user-manual/5.-investment-portal.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.
