diff --git a/manuscript/Book.txt b/manuscript/Book.txt
index ebcb5d7..1fdaffe 100644
--- a/manuscript/Book.txt
+++ b/manuscript/Book.txt
@@ -1,3 +1,4 @@
+about-author.txt
preface.txt
how-to-use.txt
requirement.txt
diff --git a/manuscript/Sample.txt b/manuscript/Sample.txt
index 5da0112..bfb5553 100644
--- a/manuscript/Sample.txt
+++ b/manuscript/Sample.txt
@@ -1,3 +1,4 @@
+about-author.txt
preface.txt
how-to-use.txt
requirement.txt
\ No newline at end of file
diff --git a/manuscript/about-author.txt b/manuscript/about-author.txt
new file mode 100644
index 0000000..bb0aa74
--- /dev/null
+++ b/manuscript/about-author.txt
@@ -0,0 +1,13 @@
+# 作者介紹
+
+
+我是 [xdite](http://blog.xdite.net)。以 Ruby on Rails 撰寫網站已經累積接近 6 年的時間 ( Since 2007 )。
+
+我有一個以 Web 開發經驗為主的 blog [Blog.XDite.net](http://blog.xdite.net),不定期會發表各式各類以 Rails 開發為主軸相關的文章。
+
+我曾經受邀至 Ruby Taiwan Conf、Ruby China Conf、Reddot Conf ( Singapore Ruby Conf ) 發表 Rails 開發相關的演說。
+
+我曾經以 Ruby on Rails 作為開發技術,奪得 [Facebook World Hack 2013 Global Grand Prize](http://paperclip.io/pages/about)。
+
+我現在在 [Rocodev](http://rocodev.com) 工作,這是我持有的軟體公司。
+
diff --git a/manuscript/chapter-01-1-1.txt b/manuscript/chapter-01-1-1.txt
index 0c852b5..6fb1488 100644
--- a/manuscript/chapter-01-1-1.txt
+++ b/manuscript/chapter-01-1-1.txt
@@ -1,6 +1,6 @@
{::pagebreak :/}
-## Ch 1.1.1 建立 index 這個 action
+## Ch 1.1.1 建立 Groups Controller 裡的 index
到 `app/controllers/groups_controller.rb` 加入
diff --git a/manuscript/chapter-01-1-2.txt b/manuscript/chapter-01-1-2.txt
index 61ad098..bb15844 100644
--- a/manuscript/chapter-01-1-2.txt
+++ b/manuscript/chapter-01-1-2.txt
@@ -1,6 +1,6 @@
{::pagebreak :/}
-## Ch 1.1.2 建立 show 這個 action
+## Ch 1.1.2 建立 Groups Controller 裡的 show
在 `app/controllers/groups_controller.rb` 加入 `show` 這個 action
@@ -46,5 +46,5 @@ touch app/views/groups/show.html.erb
def show
@group = Group.find(params[:id])
end
-
+
~~~~~~~~
\ No newline at end of file
diff --git a/manuscript/chapter-01-1-3.txt b/manuscript/chapter-01-1-3.txt
index 8065b0a..ab5c4fb 100644
--- a/manuscript/chapter-01-1-3.txt
+++ b/manuscript/chapter-01-1-3.txt
@@ -1,6 +1,6 @@
{::pagebreak :/}
-## Ch 1.1.3 建立 new 這個 action
+## Ch 1.1.3 建立 Groups Controller 裡的 new
在 `app/controllers/groups_controller.rb` 加入 `new` 這個 action
diff --git a/manuscript/chapter-01-1-4.txt b/manuscript/chapter-01-1-4.txt
index 98dc1c8..a9d3bdb 100644
--- a/manuscript/chapter-01-1-4.txt
+++ b/manuscript/chapter-01-1-4.txt
@@ -1,6 +1,6 @@
{::pagebreak :/}
-## Ch 1.1.4 建立 create 這個 action
+## Ch 1.1.4 建立 Groups Controller 裡的 create
在 `app/controllers/groups_controller.rb` 加入 `create` 這個 action
diff --git a/manuscript/chapter-01-1-5.txt b/manuscript/chapter-01-1-5.txt
index 5322813..eef065a 100644
--- a/manuscript/chapter-01-1-5.txt
+++ b/manuscript/chapter-01-1-5.txt
@@ -1,6 +1,6 @@
{::pagebreak :/}
-## Ch 1.1.5 建立 edit 這個 action
+## Ch 1.1.5 建立 Groups Controller 裡的 edit
在 `app/controllers/groups_controller.rb` 加入 `edit` 這個 action
diff --git a/manuscript/chapter-01-1-6.txt b/manuscript/chapter-01-1-6.txt
index fa21a77..76397b1 100644
--- a/manuscript/chapter-01-1-6.txt
+++ b/manuscript/chapter-01-1-6.txt
@@ -1,6 +1,6 @@
{::pagebreak :/}
-## Ch 1.1.6 建立 update 這個 action
+## Ch 1.1.6 建立 Groups Controller 裡的 update
在 `app/controllers/groups_controller.rb` 加入 `update` 這個 action
diff --git a/manuscript/chapter-01-1-7.txt b/manuscript/chapter-01-1-7.txt
index d4ea184..4fdc585 100644
--- a/manuscript/chapter-01-1-7.txt
+++ b/manuscript/chapter-01-1-7.txt
@@ -1,6 +1,6 @@
{::pagebreak :/}
-## Ch 1.1.7 建立 destroy 這個 action
+## Ch 1.1.7 建立 Groups Controller 裡的 destroy
在 `app/controllers/groups_controller.rb` 加入 `destroy` 這個 action
diff --git a/manuscript/how-to-use.txt b/manuscript/how-to-use.txt
index e196e1a..de75daa 100644
--- a/manuscript/how-to-use.txt
+++ b/manuscript/how-to-use.txt
@@ -8,8 +8,8 @@
如果你真的解不開這裡面的題目,我才希望你看解答。
-如果你再搞不懂,我們 host 了一個每週二舉辦的 Rails Meetup ,歡迎帶著你手邊的問題來這裡問。
+如果你偏好當面問也住在台北,我們 host 了一個每週二舉辦的 Rails Meetup ,歡迎帶著你手邊的問題來這裡問。這邊的同好對於新手都很友善,會十分樂於回答你的問題而已。
-這邊的同好對於新手都很友善,會十分樂於回答你的問題而已。(再找不到人,可以指名 co-organizer 小蟹 幫忙)
+如果你不住在台北,我開了一個線上討論區 ,這裡可以詢問本書相關的問題。
-(只有我很兇 XD,我比較偏好回答 Production 上的問題)
+發問請貼程式碼,可將程式碼貼在 [Gist](http://gist.github.com) 上,再轉貼到論壇上發問。
diff --git a/manuscript/preface.txt b/manuscript/preface.txt
index b594df8..758c0cb 100644
--- a/manuscript/preface.txt
+++ b/manuscript/preface.txt
@@ -1,3 +1,6 @@
# 本書由來
-TODO
\ No newline at end of file
+我自 2009 年以來,就開始訓練 Rails Developer。訓練方式是使用一系列題目,培養開發者對於 Rails 相關工具的熟悉度。
+
+這一本書是該系列題目的答案本。
+