> For the complete documentation index, see [llms.txt](https://whitepaper.rank.trading/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.rank.trading/platform-features/strat-metadata/parameters.md).

# Parameters

In order to create a Strat, the creator must fill out a set of parameters relating to the Strat details and investment strategy. On the other end, investors may review this data to better inform their investment decision. Additional pieces of information available in this data include but are not limited to:&#x20;

* Username: The username of the creator&#x20;
* Description: Strategy description&#x20;
* Time frame: The time frame of the strategy&#x20;
* Strat type: Basic or premium&#x20;
* Frequency: Daily trading volume&#x20;
* AI tested: Strat checked or not with our AI tool&#x20;

The information available may increase over time, adding more and more data to the Strat details,  making them progressively more understandable and transparent for inexperienced peers.&#x20;

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeOKmCUwq-Xq07F_80wRRHP_efemdvBV-2QEd801Hg-PnRBvI1ZYlDKLf6UaLDfgfAIoWHYDVodYNP3OjmLtEEW178oGRYl8abE7r6j3sUc8NHLwlvyqC4HFiGZtx5q5KuG--cXcIICpbMwKQFkyVjxaJ4K?key=Jm-GCny7ZKi5W-N-LzqWRA" alt=""><figcaption></figcaption></figure>


---

# 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://whitepaper.rank.trading/platform-features/strat-metadata/parameters.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.
