# Pool Creation Process

* **PTAs:** Users can create a PTA by registering on the Equadyne platform and connecting their wallet. PTAs can be created from the dashboard or the active pool selection section.
* **Public:** To create a public pool, users input details about the pool (e.g., name, trading strategies, allowed assets, limits, whitelisted addresses) in the “Create” section. Once created, the pool becomes public and visible to all users.


---

# 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://equadyne.gitbook.io/user-documentation/pools-on-equaydne/pool-creation-process.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.
