# 1. Introduction

BayunCoreSDK provides a simple to use framework for locking/unlocking of different data-types, including files, text, and binary data - for employees of a company, and/or general users, e.g. customers, contractors, or partners. Developers can integrate this framework into any application to start protecting the application data. This core SDK forms the basis for all security and control functionality provided by Bayun.

In this guide you will find code and examples written in **Python** for every task you'll need to implement to create an application using Bayun. You should be able to use the code provided as it is into your own apps with minimal changes.


---

# 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.bayunsystems.com/bayuncoresdk-python/master.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.
