> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/myteam/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/myteam/utilizacao/manutencao/despesas-pessoais/moedas.md).

# Moedas

Nesta área criam-se as moedas que são passíveis de serem registadas em despesas.

Ao adicionar a moeda e a taxa de câmbio, no cálculo do valor da despesa na folha de despesas é feita a conversão para a moeda de base para os valores estarem todos na mesma unidade monetária.

{% hint style="warning" %}
A alteração da moeda da despesa só é possível caso o utilizador tenha autorização para registar despesas internacionais.
{% endhint %}

Ao aceder à área aparece o seguinte ecrã:

<figure><img src="/files/89e5Nn4iNoyzCyg0nfmA" alt=""><figcaption></figcaption></figure>

As opções disponíveis na tabela são:

* **Descrição** - Nome da moeda.
* **Sigla** - Sigla internacional para a moeda. Apesar do campo ser de preenchimento livre aconselha-se o uso da norma internacional ISO 4217. Por exemplo: Euro - EUR; Kwaza - AOA; Dólar dos EUA - USD; Libra esterlina - GBP; etc. &#x20;
* **Câmbio** - indicação do valor de conversão da moeda internacional para a moeda nacional. Este valor é de referência, pois a taxa de câmbio é dinâmica.
* **Data do câmbio** - Data da taxa de câmbio introduzida no campo "Câmbio".

<figure><img src="/files/hGlc7tehr3OvRPyzL6aS" alt=""><figcaption></figcaption></figure>


---

# 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://doc.sysdevmobile.com/myteam/utilizacao/manutencao/despesas-pessoais/moedas.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.
