diff --git a/pages/docs/index.md b/pages/docs/index.md
index 4730a1d92d1b00d262cb356f39b93e03d47fe7f5..ce694aa9138f86f891ff25485d5f9908d4602477 100644
--- a/pages/docs/index.md
+++ b/pages/docs/index.md
@@ -72,4 +72,16 @@ Test results (responses) generated by `RandomRequestGenerator` are saved in a di
 If there is a same schema set in a request and a response, parameters of them are inferred by following strategies:
 
 - Case-insensitive
-- Id completion in a field name (e.g. if a property has a name "id", it gets an additional field name available in the specification)
\ No newline at end of file
+- Id completion in a field name (e.g. if a property has a name "id", it gets an additional field name available in the specification)
+
+
+** Notice ** : Parameter Inference is an experimental fuzzing approach inspired by the 
+Specification-based Approach[^1] and RESTTESTGEN[^2]
+
+
+## Bibliography
+
+[^1]: Hamza Ed-Douibi, Javier Luis Cánovas Izquierdo, and Jordi Cabot. “Automatic generation of test cases for REST APIs: A specification-based approach”. In: 2018 IEEE 22nd international enterprise distributed object computing conference (EDOC). IEEE. 2018, pp. 181–190
+
+
+[^2]: Emanuele Viglianisi, Michael Dallago, and Mariano Ceccato. “RestTestGen: automated black-box testing of RESTful APIs”. In: 2020 IEEE 13th International Conference on Software Testing, Validation and Verification (ICST). IEEE. 2020, pp. 142–152
\ No newline at end of file