# Test de connexion

<a href="https://app.impact.com/secure/gitbook/login.ihtml" class="button primary">Connexion</a>

#### programType\_seller

{% if visitor.claims.programType\_seller %}
Je s'affiche si programType\_seller est vrai
{% endif %}

#### programType\_retail\_media

{% if visitor.claims.programType\_retail\_media %}
Je s'affiche si programType\_retail\_media est vrai
{% endif %}

#### persona\_media\_source

{% if visitor.claims.persona\_media\_source %}
Je s'affiche si persona\_media\_source est vrai
{% endif %}

#### persona\_operator

{% if visitor.claims.persona\_operator %}
Je s'affiche si persona\_operator est vrai
{% endif %}

#### programType\_creator

{% if visitor.claims.programType\_creator %}
Je s'affiche si programType\_creator est vrai
{% endif %}

#### persona\_solution\_provider

{% if visitor.claims.persona\_solution\_provider %}
Je s'affiche si persona\_solution\_provider est vrai
{% endif %}

#### persona\_publisher

{% if visitor.claims.persona\_publisher %}
Je s'affiche si persona\_publisher est vrai
{% endif %}

#### persona\_advertiser

{% if visitor.claims.persona\_advertiser %}
Je s'affiche si persona\_advertiser est vrai
{% endif %}

#### programType\_affiliate

{% if visitor.claims.programType\_affiliate %}
Je s'affiche si programType\_affiliate est vrai
{% endif %}

#### programType\_spot

{% if visitor.claims.programType\_spot %}
Je s'affiche si programType\_spot est vrai
{% endif %}

#### nom

{% if visitor.claims.name %}
Je s'affiche si name est défini
{% endif %}

#### programType\_b2b

{% if visitor.claims.programType\_b2b %}
Je s'affiche si programType\_b2b est vrai
{% endif %}

#### programType\_ambassador

{% if visitor.claims.programType\_ambassador %}
Je s'affiche si programType\_ambassador est vrai
{% endif %}

#### programType\_advocate

{% if visitor.claims.programType\_advocate %}
Je s'affiche si programType\_advocate est vrai
{% endif %}

#### hasRegulatedCompliance

{% if visitor.claims.hasRegulatedCompliance %}
Je s'affiche si hasRegulatedCompliance est vrai
{% endif %}

#### e-mail

{% if visitor.claims.email %}
Je s'affiche si email est défini
{% endif %}

#### username

{% if visitor.claims.username %}
Je s'affiche si username est défini
{% endif %}


---

# Agent Instructions: 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://help.impact.com/brand/fr/testing-login.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.
