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