# Getting Started

Welcome to the **Responova Partner Integration Docs**! This guide will help you quickly integrate your platform with responova survey platform. To get started, you'll need to obtain your Partner ID key from our account manager.

### System Requirements

There are no specific hardware and software requirements. But to be able to integrate into Responova Survey Platform, please uses system dependency below regardless programming language you use:

#### Base64 Encoding/Decoding

Libraries or functions capable of handling Base64 encoding/decoding operations.

#### AES-128-CFB Encryption/Decryption

Libraries or functions implementing AES-128-CFB encryption/decryption algorithms.

#### Crypto SHA-256&#x20;

Ensure the use of a cryptographically secure implementation of SHA-256.

All the dependencies above will be used to sign the request between Partner’s platform and Responova survey platform to make sure all the traffic is secure and legit.

<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://responova-pi.populix.co/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.
