# Testing Login

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

#### programType\_seller

{% if visitor.claims.programType\_seller %}
I'm shown if programType\_seller is true
{% endif %}

#### programType\_retail\_media

{% if visitor.claims.programType\_retail\_media %}
I'm shown if programType\_retail\_media is true
{% endif %}

#### persona\_media\_source

{% if visitor.claims.persona\_media\_source %}
I'm shown if persona\_media\_source is true
{% endif %}

#### persona\_operator

{% if visitor.claims.persona\_operator %}
I'm shown if persona\_operator is true
{% endif %}

#### programType\_creator

{% if visitor.claims.programType\_creator %}
I'm shown if programType\_creator is true
{% endif %}

#### persona\_solution\_provider

{% if visitor.claims.persona\_solution\_provider %}
I'm shown if persona\_solution\_provider is true
{% endif %}

#### persona\_publisher

{% if visitor.claims.persona\_publisher %}
I'm shown if persona\_publisher is true
{% endif %}

#### persona\_advertiser

{% if visitor.claims.persona\_advertiser %}
I'm shown if persona\_advertiser is true
{% endif %}

#### programType\_affiliate

{% if visitor.claims.programType\_affiliate %}
I'm shown if programType\_affiliate is true
{% endif %}

#### programType\_spot

{% if visitor.claims.programType\_spot %}
I'm shown if programType\_spot is true
{% endif %}

#### name

{% if visitor.claims.name %}
I'm shown if name is set
{% endif %}

#### programType\_b2b

{% if visitor.claims.programType\_b2b %}
I'm shown if programType\_b2b is true
{% endif %}

#### programType\_ambassador

{% if visitor.claims.programType\_ambassador %}
I'm shown if programType\_ambassador is true
{% endif %}

#### programType\_advocate

{% if visitor.claims.programType\_advocate %}
I'm shown if programType\_advocate is true
{% endif %}

#### hasRegulatedCompliance

{% if visitor.claims.hasRegulatedCompliance %}
I'm shown if hasRegulatedCompliance is true
{% endif %}

#### email

{% if visitor.claims.email %}
I'm shown if email is set
{% endif %}

#### username

{% if visitor.claims.username %}
I'm shown if username is set
{% 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/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.
