# Getting access

### Getting access

In order to access and use the API, you need to get hold of a `Client ID` and a `Client Secret`. This information can be generated from within your account settings in Journeys.

[<mark style="color:blue;">https://journeys.50skills.app/settings/api</mark>](https://journeys.50skills.dev/settings/api)

<figure><img src="/files/qJFrVAyqmpOWEYsy9GMw" alt=""><figcaption></figcaption></figure>

Please note that the credentials generated rely on the security settings of the user that created them, so if the user has limited access to data in the system, the API calls will reflect that.<br>


---

# 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.50skills.app/journeys/about.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.
