diff --git a/toloka/README.md b/toloka/README.md
new file mode 100644
index 0000000..56d7437
--- /dev/null
+++ b/toloka/README.md
@@ -0,0 +1,20 @@
+# Yandex.Toloka assessment system for human-based evaluation
+
+We use human-based evaluation for ELSA.
+
+## Interface
+
+
+
+
+
+## Settings
+
+## Questions
+
+## Instruction
+
+## Data
+
+## Results
+
diff --git a/toloka/interface/interface.css b/toloka/interface/interface.css
new file mode 100644
index 0000000..06367f8
--- /dev/null
+++ b/toloka/interface/interface.css
@@ -0,0 +1,85 @@
+.fix_height {
+ max-height: calc(400px);
+ display: inline-block;
+}
+
+.fix_width {
+ max-width: calc(45%);
+ display: inline-block;
+}
+
+.left {
+ vertical-align: top;
+}
+
+.page {
+ overflow-y: scroll !important;
+ margin-left: 30px;
+ line-height: 25px;
+}
+
+.content {
+ display: inline-block;
+ text-align: justify;
+ margin-left: 10px;
+ margin-right: 10px;
+ margin-bottom: 20px;
+}
+
+.right {
+ margin-top: 25px;
+ margin-left: 30px;
+ line-height: 25px;
+}
+
+.clearfix {
+ overflow: hidden;
+ width: 100%;
+}
+
+.question {
+ font-weight: 600;
+}
+
+.question-grid {
+ display: inline;
+ margin-top: 50px;
+}
+
+.question-item {
+ max-width: 45%;
+ display: inline-block;
+ text-align: left;
+ margin-bottom: 20px;
+ margin-left: 0px;
+}
+
+.question-item-last {
+ text-align: left;
+ margin-bottom: 20px;
+}
+
+.question-item-penult {
+ max-width: 45%;
+ display: inline-block;
+ text-align: left;
+ margin-bottom: 20px;
+ float: right;
+}
+
+.source-text-title {
+ font-weight: 600;
+ margin-left: 20px;
+}
+
+.button {
+ margin: 10px;
+ max-width: 182px;
+}
+
+.button__label {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ max-width: 150px;
+}
diff --git a/toloka/interface/interface.html b/toloka/interface/interface.html
new file mode 100644
index 0000000..7508fce
--- /dev/null
+++ b/toloka/interface/interface.html
@@ -0,0 +1,97 @@
+
Article
+{{source_text}}
+Summary #1
+{{human_based_summary}}
+Summary #2
+{{machine_based_summary}}