# Frequently Asked Questions

## Can I edit my data using DataFetch?

No. As of right now, we are keeping DataFetch to being a read-only tool. Of course, we're happy to hear your thought on this. Feel free to send us a message: <hello@datafetch.io>

## Will you make a connector for \[insert platform name]?

Yes! We are happy to build a connector for any system for which you can provide access to the API. Reach out to use to get a quote on what that would cost: <hello@datafetch.io>

## Is this secure?

Yes. We ensure all data is encrypted in transit with TLS 1.3, and encrypted at rest with SHA-256. All stored credentials are stored in a separate secure key manager and never in our database.

## How many API requests will this make to my systems?

It's hard to answer that generally as each system is pretty different, and how you configure and use the tool will have a huge impact on it. For more specific questions about this, feel free to reach out to us at <hello@datafetch.io>.


---

# 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.datafetch.io/additional-resources/frequently-asked-questions.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.
