# Currencies

After login to your admin panel select currencies from the left navbar&#x20;

<div align="left"><figure><img src="/files/ksw3vHv1PjO9XKDcwgAh" alt="" width="563"><figcaption></figcaption></figure></div>

You will be able to see all the available currencies at currencies page at this page you will be able to add edit remove or make default currency.&#x20;

{% hint style="info" %}
Please make sure you have entreprise or any package which has multi-currency feature enabled otherwise you will be not able to view this page.&#x20;
{% endhint %}

<div align="left"><figure><img src="/files/nzv98i2qITWoMLC0awXj" alt="" width="563"><figcaption></figcaption></figure></div>

## Add Currency&#x20;

Please click on on the **Add** button on the top right side&#x20;

And when you add new currency you will get this page&#x20;

<div align="left"><figure><img src="/files/7W67f2JllamouyRhFkQI" alt="" width="563"><figcaption></figcaption></figure></div>

1. Select the status enabled&#x20;
2. Add currency name&#x20;
3. Add currency country name&#x20;
4. Add currency rate and click on **Save**&#x20;

## Delete Currency

To delete any currency just hit on the delete button to any specific currency you like to delete&#x20;

<div align="left"><figure><img src="/files/sqTUxgo5vFQ0VQlSmd4e" alt="" width="563"><figcaption></figcaption></figure></div>

## Set currency default

To set any currency as a default currency. on currency page click on the default drop button the page will reload and the system will set your selected currency as a default currency to be loaded.&#x20;

<div align="left"><figure><img src="/files/sTrrBpjAqOcEJkn1jeVI" alt="" width="563"><figcaption></figcaption></figure></div>

## Update currency rates

To update currency rates with the latest rates click on auto update rates but before hat make sure you have used your own API keys for the currency. \
\
To have your API keys signup at : <https://apilayer.com/marketplace/currency_data-api?utm_source=apilayermarketplace&utm_medium=featured>\
\
Then obtain your **API** Keys and paste them under the file **yoursite.com/admin/\_config.php** then try using the auto update all currencies.&#x20;

<div align="left"><figure><img src="/files/vxaEHi7fj53gZU9cPDwI" alt="" width="563"><figcaption></figcaption></figure></div>

## Auto update cronjob&#x20;

If you are looking to update your currencies automatically by setting cronjob time then follow this guide.&#x20;

{% hint style="info" %}
Make sure you have already added your API key under the file yoursite.com/admin/\_config.php
{% endhint %}

Create cronjob on your server and add below URL in your cron job&#x20;

**Link** : <https://yoursite.com/admin/cron\\_currencies.php>

That's all&#x20;


---

# 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.phptravels.com/startup/setup/settings/currencies.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.
