# Creating A Sub Profile From Varbase

Two ways to create sub profiles of Varbase.

## Automated

{% content-ref url="/pages/-MA0MNwONPMl8Z8onh8x" %}
[Varbase Sub Profile Generator](/9.0.x/developers/extending-varbase/creating-a-sub-profile-from-varbase/varbase-sub-profile-generator.md)
{% endcontent-ref %}

## Manually

Copy, Past, Rename, and replace of text and name of files for:

{% content-ref url="/pages/-MA0MNwM1c8kXlUtxVlz" %}
[Varbase Sub Profile Basic Template](/9.0.x/developers/extending-varbase/creating-a-sub-profile-from-varbase/varbase-sub-profile-basic-template.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MA0MNwNohn7NzvATzVD" %}
[Varbase Sub Profile Basic Project Template](/9.0.x/developers/extending-varbase/creating-a-sub-profile-from-varbase/varbase-sub-profile-basic-project-template.md)
{% endcontent-ref %}


---

# 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.varbase.vardot.com/9.0.x/developers/extending-varbase/creating-a-sub-profile-from-varbase.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.
