# Quick Start

Coevera (formerly Pipeliner CRM) is Sales CRM. You can use our API to build integrations with your systems with [**REST API** ](http://pipeliner-api-doc.s3-website-eu-west-1.amazonaws.com/latest/rest/space/index.html)or [**GraphQL API**](http://pipeliner-api-doc.s3-website-eu-west-1.amazonaws.com/latest/graphql/space/index.html)**.**

{% embed url="<https://www.youtube.com/watch?v=OPuP9xR8zGQ>" %}

## Choose your preferred API

The Coevera API can be accessed with [**REST API** ](http://pipeliner-api-doc.s3-website-eu-west-1.amazonaws.com/latest/rest/space/index.html)or [**GraphQL API**](http://pipeliner-api-doc.s3-website-eu-west-1.amazonaws.com/latest/graphql/space/index.html)

**Rest API download:** [**openapi.json**](http://pipeliner-api-doc.s3-website-eu-west-1.amazonaws.com/latest/rest/space/openapi.json)

**GraphQL download:** [**GraphQL.json**](https://crm.pipelinersales.com/api/v100/app/graphql/schema.json)

## Obtain API Keys&#x20;

[**Create the API application**](https://developers.pipelinersales.com/api-docs/overview/authentication) and make the first request to Coevera.

## Learn the main Concepts of API

In the [**Core API concepts,** ](https://developers.pipelinersales.com/api-docs/core-api-concepts)you can find various ways of working with the Coevera API that can help you build efficient integrations

## Learn About Coevera API

Read through the step-by-step [**tutorials** ](https://developers.pipelinersales.com/api-docs/tutorials-and-articles)where you can find basic business concepts of how Coevera works


---

# 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://developers.pipelinersales.com/api-docs/overview/quick-start.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.
