> For the complete documentation index, see [llms.txt](https://docs.korewireless.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.korewireless.com/iam/how-to/resolve-account-in-a-pending-state.md).

# Resolve account in a Pending State

When you register for the first time or create a new account, your account may be stuck in a `Pending` state resulting in an incomplete registration.&#x20;

This guide provides options to resolve pending accounts.

## VAT Validations

For businesses that are based in the European Union, KORE validates your VAT Number with tools available by the European Commission. If the number can't be validated, this results in an account to be stuck in `Pending`. Two of the root causes are:

* Invalid VAT Number
* EU VAT Number Validation is Unreachable

In either case, you should first start by logging in to [console.korewireless.com](https://console.korewireless.com). The sign-up page will bring you to the missing/invalid field.&#x20;

<figure><img src="/files/QDcNKMyOIl3d3EGFe22Q" alt=""><figcaption><p>Account Setup Pending Dialog</p></figcaption></figure>

This is normally due to invalid VAT number or the VIES VAT number validation service is unreachable. You can fill in the missing information on the next page by clicking the Complete Setup button. The ["How to resolve this?" link](/iam/how-to/resolve-account-in-a-pending-state.md#vat-validations) will provide you more details on how to resolve VAT validation failures.&#x20;

{% hint style="info" %}
For more details about Accounts in general click [here](https://docs.korewireless.com/en-us/v/iam/accounts#account-status).&#x20;
{% endhint %}

### Contact Support

You can contact always contact support for assistance if are still unable to activate your account.


---

# 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.korewireless.com/iam/how-to/resolve-account-in-a-pending-state.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.
