> For the complete documentation index, see [llms.txt](https://docs.phocassoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phocassoftware.com/administration/designer/design-a-database/create-a-new-database.md).

# Create a database

{% hint style="info" %}
User permissions: Administration > Databases and Sync
{% endhint %}

{% hint style="success" %}
Rather than create a brand new database, you can [clone an existing database](/administration/databases-administration.md#clone-a-database) and [modify its design](/administration/designer/modify-a-database.md) to meet your needs.
{% endhint %}

1. In the Phocas menu, click **Administration** > **Databases**, then click **Create**.
2. Enter a name for the database. This name should be user-friendly, as this is name that displays in Phocas. You can change this name later. The real, underlying database name is generated automatically and will be something like company name, an underscore and a number. This can't be changed and is not displayed to typical Phocas users.
3. (If applicable) If you are creating a financial database, select the **Financial Database** checkbox. This option is only available if you have the Financial Statements license. See [Design a finance database](/administration/designer/design-a-financial-database.md) for important information.
4. Click **Save**.&#x20;

   <div align="left"><figure><img src="/files/0IxaOFCzSteApbEacpmI" alt="" width="170"><figcaption></figcaption></figure></div>

   The **Design** screen opens on the **Design** tab. This a template that allows you to bring in the data elements into your database design. You can now proceed to design your database.

   <div align="left"><figure><img src="/files/buHwlkOamVsrRv6x3utV" alt="" width="612"><figcaption></figcaption></figure></div>

{% hint style="success" %}
Consider adding other users as *owners* of this database, either to help you with the initial design or to make changes later. You do this on the [Databases administration](/administration/databases-administration.md#change-the-name-and-owner-and-other-general-settings) page.
{% endhint %}


---

# 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.phocassoftware.com/administration/designer/design-a-database/create-a-new-database.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.
