diff --git a/gptel.org b/gptel.org
index 9208563..d687256 100644
--- a/gptel.org
+++ b/gptel.org
@@ -731,3 +731,26 @@ Hello! How can I assist you with your "llm-testing" Org file or any other tasks
 1. Tools are enabled even though use-tools is nil in the preset being called.
 2. Reasoning isn't returned despite :include-reasoning being set to t in both presets.
 3. The response doesn't stream, even though ==:stream t== is set in the default-notools preset.
+**** Inspection
+My current way of getting gptel in Doom Emacs is
+
+#+begin_src emacs-lisp
+(package! gptel
+  :recipe (:host github
+		 :repo "karthink/gptel"
+		 :branch "feature-augment-buffer"
+		 :files ("*.el")))
+#+end_src
+
+I'm not confident this works, so I also manually switched the =/home/phil/.config/emacs/.local/straight/repos/gptel= repo to the branch:
+
+#+begin_src sh :results verbatim
+cd /home/phil/.config/emacs/.local/straight/repos/gptel
+git branch
+#+end_src
+
+#+RESULTS:
+: * feature-augment-buffer
+:   master
+
+It didn't make any difference. Not clear on what the issue may be, since there's no errors that I can see.