> For the complete documentation index, see [llms.txt](https://docs.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2core.b2broker.com/back-office-guide/verification/client-tests.md).

# Client tests

On this page, you can view a list of configured tests for client accreditation.

When configuring [verification levels](/back-office-guide/verification/levels.md), you can specify accreditation tests that your clients must pass before submitting documents for obtaining a higher level.

## General information

The following information is provided about each test:

**ID**

The identifier of a test.

***

**Caption**

The test’s title displayed to clients in the B2CORE UI.

***

**Visible**

If **Yes**, a test is available to clients in the B2CORE UI; otherwise, **No**.

To view the details about an existing test or modify it, click the **Edit** button located in a corresponding row.

## Details

The details page contains the following tabs:

{% tabs %}
{% tab title="Client test" %}
On this tab, the **Caption** and **Visibility** fields can be modified.

In the **Details** field, you can specify a test’s description or any other helpful information that clients should know before they start passing the test. Such information will be displayed under the test’s title in the B2CORE UI.
{% endtab %}

{% tab title="Questions" %}
On this tab, you can add questions of different types and answer options to a test.

The following question types are available:

* **open** — an open-ended question that can be answered in a free form.
* **close** — a close-ended question that can be answered by choosing a single or multiple correct answers from a given list of options.
* **questionnaire** — a multiple-choice question that can be answered by choosing one or more answers from a given list of options.
* **poll** — a multiple-choice question that can be answered by choosing a single answer from a given list of options.
  {% endtab %}
  {% endtabs %}

{% hint style="success" %}
**See also**

[How to create a client accreditation test](/how-to-articles/manage-verification-options/how-to-create-a-client-accreditation-test.md)
{% endhint %}


---

# 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:

```
GET https://docs.b2core.b2broker.com/back-office-guide/verification/client-tests.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.
