# Panel Connectors

Beside being able to create your panels and panelists manually you may also re-use information that you might have stored already in external data store. Thanks to the connector you will be able to sync all that data with ngSurvey and reuse it anywhere in your surveys and forms.

ngSurvey comes out of the box with following connectors.

* [Built-in connector](/panels/panel-connectors/ngsurvey-connector.md)
* [Database Connector](/panels/panel-connectors/sql-server-connector.md)


---

# 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.ngsurvey.com/panels/panel-connectors.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.
