> For the complete documentation index, see [llms.txt](https://support.iafcertsearch.org/verification-users-api-developer-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.iafcertsearch.org/verification-users-api-developer-guide/api-integration/api-credit-consumption/grace-period-free-re-verification.md).

# Grace Period: Free Re-Verification

Once you have successfully verified a company (credit consumed), you may access that same company's data again, as many times as you like, at no additional cost for the duration of your grace period.

#### Grace Period by Plan

<table><thead><tr><th width="141.61328125">Plan</th><th width="334.94140625">Grace Period</th><th>Re-verification Cost</th></tr></thead><tbody><tr><td>Free</td><td>7 days</td><td>No charge (within period)</td></tr><tr><td>Basic</td><td>Until subscription expires (up to 1 year)</td><td>No charge (within period)</td></tr><tr><td>Standard</td><td>Until subscription expires (up to 1 year)</td><td>No charge (within period)</td></tr></tbody></table>

#### Example Scenario

**📋  Scenario: Basic Plan User**

A user subscribes to the Basic Plan on 10 September 2024 (valid until 10 September 2025).

1. 1 Oct 2024: User calls the API and receives an exact match for Company A. 1 credit consumed.
2. 15 Nov 2024: User calls the API again for Company A. Still within the subscription period. 0 credits consumed, free.
3. 12 Sep 2025: Subscription has expired. User renews and verifies Company A again. 1 credit consumed.


---

# 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://support.iafcertsearch.org/verification-users-api-developer-guide/api-integration/api-credit-consumption/grace-period-free-re-verification.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.
