# Using Human Passport with Partners

Connecting your Passport to gain access to a [partner campaign](https://www.passport.xyz/ecosystem) couldn't be easier.&#x20;

If an application uses Human Passport, it will display a "**Connect**" or "**Sign in with Ethereum**" button. Clicking the button will open a prompt to connect using your Ethereum wallet. Choose your wallet, check and sign the message that appears, and the app takes care of everything else.&#x20;

Behind the scenes, the app will send a request to your Passport score, review that score, and provide access if your score is above a threshold set by the partner (we recommend a [score of 20](/passport-knowledge-base/using-passport/scoring-20-for-humans.md)).&#x20;

* If you pass, you will gain access to the program or campaign that the partner is protecting
* If you fail, you will be asked to either build up your Passport score more via the [Passport app](https://app.passport.xyz) or [Embed](/passport-knowledge-base/passport-embed/what-is-passport-embed.md), or choose a different verification method

{% hint style="info" %}
Be sure to sign in using the same Ethereum address that you used to create your Passport!
{% endhint %}

If you can't access content because your Passport score is too low, go back to the [Passport app](https://passport.gitcoin.co) and **verify more** [**Stamps**](/passport-knowledge-base/stamps/what-are-stamps.md)!


---

# 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://support.passport.xyz/passport-knowledge-base/using-passport/using-human-passport-with-partners.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.
