# Developer hub

Socialboards is a customer interaction platform delivered by [Zisson AS](https://www.zisson.com/)[.](https://socialboards.com)

Our platform lets collect, respond and analyze customer support tickets across multiple channels, such as social media, email, chat and webforms.

### GDPR compliance

As Socialboards is a customer support tool, our data contains personal information which is subject to the General Data Protection Regulation (GDPR).&#x20;

When you use our APIs and Webhooks, our business terms require that you have an appropriate legal basis to collect and process User information. Under GDPR and other EU data protection regulations, you are required to obtain end User consent before sending data via our platform. Thus, you need to ensure that your  implementation meets these consent requirements.

## What this documentation covers

This documentation targets developers who want to communicate programmatically with the Socialboards platform. You'll find all the documentation you need to use [webhooks](https://developers.socialboards.com/docs/apis/tickets/webhooks/webhooks-reference#getting-started) and api's to integrate ticketing and faq's into your own or 3rd party applications.

[In the security section](https://developers.socialboards.com/docs/security/introduction), we've also covered subjects such as datacenter- and network-security, application and product security, and an overview of our dataprocessors/subcontractors.

## Getting access to the platform

If you don't have a user for our platform yet you can contact us at <https://www.zisson.com/contact-us/> to get an invite.

If you have an account you can also invite more members to the platform yourself via your Socialboards settings page. Note that these actions require you to have administrator privileges.

### All set? Let's start integrating!

If you're all set you can move on to getting started with the [Ticket API](https://developers.socialboards.com/docs/apis/tickets).


---

# 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.socialboards.com/docs/readme.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.
