# Billing

## Creating a profile

To create a profile, enter the name of the profile into the **Profile** dropdown located in the bottom left then click the **Create** button.

{% hint style="warning" %}
Profile names must be unique.
{% endhint %}

## Importing profiles

To import profiles into Splashforce simply click the **Import** button and open a `profiles.json` file.

{% hint style="info" %}
Importing profiles will not overwrite your other profiles.
{% endhint %}

## AYCD profile conversion

Aycd toolbox customers can convert profiles from sf3 or any other supported bot to sf4 with ease using the **AYCD Profile Converter**.

![AYCD profile converter](/files/-MgRQ1VUO5rA5oH4ovUA)


---

# 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://help.splashforce.io/billing.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.
