# About

Strategy steps are the building blocks of your automated liquidity plan, allowing you to break down complex market operations into simple, sequential actions. Each step represents a specific instruction—like creating a position, closing a position, swapping tokens, waiting for a time period, checking market conditions, or repeating previous steps—that Liquid Nova executes automatically according to your design. By connecting these steps together, you transform what would be multiple manual transactions into a seamless, coordinated strategy.

Let's have a more in depth look on these steps...


---

# 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://liquid-nova.gitbook.io/liquid-nova/strategy-steps/about.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.
