> For the complete documentation index, see [llms.txt](https://docs.factur.ro/ro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.factur.ro/ro/inceput/activate-account.md).

# Activare cont

După [înregistrare](/ro/inceput/registration.md), contul trebuie activat pentru a putea folosi aplicația.

## Cum activezi contul

1. După înregistrare, primești un email de la Faktur cu un link de activare
2. Deschide emailul și apasă pe linkul de activare
3. Linkul te va duce la pagina de activare (`/activate-account` sau `/activate-account/:code`)
4. După activare, vei putea [te autentifica](/ro/inceput/login.md) cu emailul și parola alese

## Dacă nu ai primit emailul

* Verifică dosarul **Spam** sau **Promoții**
* Asigură-te că ai introdus corect adresa de email la înregistrare
* Dacă linkul a expirat, poți solicita retrimiterea emailului de activare (dacă este disponibilă opțiunea) sau contactează suportul

## Activare cu cod

Dacă ai primit un cod de activare (de exemplu, dintr-o invitație), poți folosi URL-ul specific: `factur.ro/activate-account/[cod]`.


---

# 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.factur.ro/ro/inceput/activate-account.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.
