> For the complete documentation index, see [llms.txt](https://docs.factor.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.factor.fi/factor-studio/studio-pro/user-guide.md).

# User Guide

## Overview

Factor Studio enables anyone to create public DeFi strategies in minutes. This means that you can create your own public strategy vault and anyone can then deposit into your vault. Vaults are non-custodial and enables you to manage your depositor's funds without having direct ownership over their tokens.

You can easily create and manage your own vault via the [Studio interface](https://studio.factor.fi/). The guides in this section are meant to help you through the process of getting your public vault to market which involves a few distinct stages:

1. [**Public Strategy Creation**](/factor-studio/studio-pro/user-guide/public-strategy-creation.md)**:** The creation of the main strategy that will be implemented by the vault. This requires the structuring of DeFi building blocks and relevant amounts.
2. [**Making Your Strategy Public**](/factor-studio/studio-pro/user-guide/deployment-wizard.md)**:** Once your strategy has been set, you can publicize your vault which enables Depositors to [Discover](/factor-discover/factor-discover.md) and deposit into your vault. This includes setting up various safety parameters and publicly viewable strategy details.
3. [**Strategy Execution**](/factor-studio/studio-pro/user-guide/strategy-execution.md)**:** Covers the ongoing management of strategy funds through adjustment of strategy parameters based on vault balances.


---

# 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.factor.fi/factor-studio/studio-pro/user-guide.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.
