# Accessing Endpoints

## Quick access

For quick access there is a convenient "link" button on the home page next to each endpoint:

<figure><img src="https://3225454219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fyv7MAeGLKiJhjvUh7te2%2Fuploads%2FwH2ULVF0EmVuiSAkLctT%2Fimage.png?alt=media&#x26;token=62bf71c1-948c-49f1-83cb-82063b2e269b" alt=""><figcaption></figcaption></figure>

You can also click the "view" button on the right and see the actual path to use when replacing URLs in your application. The proper syntax is `https://app.trythrottlr.com/endpoints/{throttlr-path}?key={your-api-key}`

<figure><img src="https://3225454219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fyv7MAeGLKiJhjvUh7te2%2Fuploads%2Fn00qx7X9n0XFQe2TusG4%2Fimage.png?alt=media&#x26;token=462830d0-8244-454b-870f-8ef763114387" alt=""><figcaption></figcaption></figure>

## API Keys

Accessing endpoints is done per API key. *<mark style="color:red;">**So keep yours private.**</mark>* To help with this, all hyperlinks generated will be shortened *visually*. You may still right click them and copy in order to get the full link + api key for easy access. Other than this, your API key may be viewed under Settings, where you may also regenerate your API key or delete your account and all associated endpoints.

<figure><img src="https://3225454219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fyv7MAeGLKiJhjvUh7te2%2Fuploads%2Fsiooh94y1w6vt407lWdd%2Fimage.png?alt=media&#x26;token=26469e7e-8c85-4249-990b-a95fe2d6835f" alt=""><figcaption></figcaption></figure>


---

# 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.trythrottlr.com/accessing-endpoints.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.
