diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..13566b8
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/libraries/JDBC.xml b/.idea/libraries/JDBC.xml
new file mode 100644
index 0000000..4794ea2
--- /dev/null
+++ b/.idea/libraries/JDBC.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/libraries/JavaFX.xml b/.idea/libraries/JavaFX.xml
new file mode 100644
index 0000000..8799b82
--- /dev/null
+++ b/.idea/libraries/JavaFX.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/libraries/Json.xml b/.idea/libraries/Json.xml
new file mode 100644
index 0000000..e15fd5b
--- /dev/null
+++ b/.idea/libraries/Json.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..6f29fee
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..c8885ee
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/API2.iml b/API2.iml
new file mode 100644
index 0000000..48426fc
--- /dev/null
+++ b/API2.iml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Banco de Dados MySQL/bdHistorico.sql b/Banco de Dados MySQL/bdHistorico.sql
index 60eb773..ea98cf6 100644
--- a/Banco de Dados MySQL/bdHistorico.sql
+++ b/Banco de Dados MySQL/bdHistorico.sql
@@ -7,4 +7,6 @@ id int primary key auto_increment,
titulo varchar(255),
pergunta TEXT,
respostaIA TEXT,
-dataPergunta DATE);
\ No newline at end of file
+dataPergunta DATE);
+
+select * from historico;
\ No newline at end of file
diff --git a/Interface/.classpath b/Interface/.classpath
index 961e46e..e457322 100644
--- a/Interface/.classpath
+++ b/Interface/.classpath
@@ -1,19 +1,9 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
diff --git a/Interface/Interface.iml b/Interface/Interface.iml
new file mode 100644
index 0000000..baec6c3
--- /dev/null
+++ b/Interface/Interface.iml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Interface/bin/.gitignore b/Interface/bin/.gitignore
deleted file mode 100644
index 402a89f..0000000
--- a/Interface/bin/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-
-/gui/
-/ia/
-/model/
-/dao/
-/inicialization/
-/img/
-
diff --git a/Interface/bin/dao/HistoricoDAO.class b/Interface/bin/dao/HistoricoDAO.class
deleted file mode 100644
index d10bff7..0000000
Binary files a/Interface/bin/dao/HistoricoDAO.class and /dev/null differ
diff --git a/Interface/bin/factory/ConnectionFactory.class b/Interface/bin/factory/ConnectionFactory.class
deleted file mode 100644
index f62884c..0000000
Binary files a/Interface/bin/factory/ConnectionFactory.class and /dev/null differ
diff --git a/Interface/bin/gui/Main.class b/Interface/bin/gui/Main.class
deleted file mode 100644
index 1faae07..0000000
Binary files a/Interface/bin/gui/Main.class and /dev/null differ
diff --git a/Interface/bin/gui/apinico.class b/Interface/bin/gui/apinico.class
deleted file mode 100644
index 0f7c224..0000000
Binary files a/Interface/bin/gui/apinico.class and /dev/null differ
diff --git a/Interface/bin/ia/IA.class b/Interface/bin/ia/IA.class
deleted file mode 100644
index 8c4d941..0000000
Binary files a/Interface/bin/ia/IA.class and /dev/null differ
diff --git a/Interface/bin/img/IconDeepCode_Roxa.png b/Interface/bin/img/IconDeepCode_Roxa.png
new file mode 100644
index 0000000..f0a6572
Binary files /dev/null and b/Interface/bin/img/IconDeepCode_Roxa.png differ
diff --git a/Interface/bin/model/Texto.class b/Interface/bin/model/Texto.class
deleted file mode 100644
index 2c5f398..0000000
Binary files a/Interface/bin/model/Texto.class and /dev/null differ