# Terminology

<table><thead><tr><th width="196.4453125">Term</th><th>Description</th></tr></thead><tbody><tr><td><strong>Partner</strong></td><td>Term used to describe your enterprise within the context of Connect participants.</td></tr><tr><td><strong>End User</strong></td><td>A customer of your enterprise. This may be an individual (natural person) or a business. Sometimes abbreviated to 'User'</td></tr><tr><td><strong>Connect API Key</strong></td><td>The API key you will use to interact with the Connect API. <a href="/pages/G3R1xNlOWSjDGrCbywMc">Additional details here</a>.</td></tr><tr><td><strong>User Auth Token</strong></td><td>The API key for a specific end user account that you will use to interact with the sFOX API on behalf of that specific end user account. <a href="/pages/G3R1xNlOWSjDGrCbywMc">Additional details here</a>.</td></tr></tbody></table>


---

# 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://docs.sfox.com/connect/introduction/resources/terminology.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.
