# Getting started

To start using the Genlogs Partners API, follow these steps:

## Get your API key and Credentials

Genlogs Customer Success Team members will set up your account and will share with you an API key and user/password credentials.

Once you get the API and credentials, you would be able to make a HTTP request to the [create token](/auth/create-access-token.md) endpoint, from it you will get a ***token.***

When the token is generated you can proceed to call the [ingest image](/images/ingest.md) endpoint sending both the API key and the access token among with the image and its information


---

# 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://partners.genlogs.io/getting-started.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.
