> For the complete documentation index, see [llms.txt](https://prohelp.assetpanda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prohelp.assetpanda.com/settings/preferences.md).

# Preferences

#### <img src="/files/fwTczBv9mBndqo9CQpZg" alt="Asset Panda Pro app link" data-size="line"> [Visit Preferences in the app](https://assetpanda.app/settings/preferences)

You can specify organization preferences that become the default for all accounts and modules within the organization. Users can overwrite the preferences in each account or in their personal settings.

## Logo&#x20;

You can incorporate your brand logo into the Asset Panda Pro platform to create a familiar and professional experience for your team. This visual consistency reinforces your brand identity, helping users quickly connect the platform to your business operations.&#x20;

{% hint style="info" %}
The recommended logo size should be no more than 510 x 510 pixels. The maximum file size is 2MB.
{% endhint %}

1. In the navigation pane, select <img src="/files/dLHka5YWbUR3zisHLua6" alt="Settings icon" data-size="line"> **Settings** > **Preferences**.
2. Under **Logo**, click **Edit**.
3. Select the logo and click **Open**. You can preview the logo once the upload is complete.
4. Click **Save.**

{% hint style="info" %}
To remove the selected logo, click <i class="fa-trash">:trash:</i>.
{% endhint %}

***

## Ursa<sup>AI</sup>

You can enable Ursa<sup>AI</sup> to enable users to select ![URSA icon](/files/qXlLz9o9hKgJe7cIcvI0) Ursa<sup>AI</sup> to use the built-in AI assistant to answer questions, build workflows, and find assets by describing what you need. See the [Ursa<sup>AI</sup> Overview](broken://pages/l2LxlJf5hlpvFzo9iZM5).

***

## Date format

You can change how you want dates to be displayed across your organization.

Select **MM-DD-YYYY** or **DD-MM-YYYY** to set the default date format used.


---

# 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://prohelp.assetpanda.com/settings/preferences.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.
