diff --git a/apps/docs/editor/blocks/integrations/http-request.mdx b/apps/docs/editor/blocks/integrations/http-request.mdx
index dc59fd55f..d128a9ffb 100644
--- a/apps/docs/editor/blocks/integrations/http-request.mdx
+++ b/apps/docs/editor/blocks/integrations/http-request.mdx
@@ -2,8 +2,6 @@
title: HTTP Request
---
-import { LoomVideo } from '/snippets/loom-video.mdx'
-
The HTTP Request block allows you to send an HTTP request to a 3rd party service. This is useful to send information from the bot to another service or to fetch information from another service and use it in the bot.
## Make an API request and fetch data
@@ -48,7 +46,7 @@ What I need in my case is instead of inserting "Star Wars", I'd like to insert a
Then, we can set a test value for our variable (it will replace the variable with this value only for the "Test the request" button):
-
+
+
-
+
Possibilities are endless when it comes to API calls, you can litteraly call any API and fetch any data you want.
@@ -98,9 +99,3 @@ By default, the Webhook block will wait 10 seconds for the 3rd party service to
The Webhook block request fail or didn't seem to trigger? Make sure to check the [logs](/results/overview#logs). If you still can't figure out what went wrong, shoot me a message using the chat button directly in the tool 👍
You can use tools like [Webhook Tester](https://webhook-test.com/) to see payloads of webhooks for debugging and troubleshooting.
-
-### Webhook is not executed in the right order?
-
-That is expected, Typebot actually computes all the blocks between each input blocks from a server before displaying anything.
-
-
diff --git a/apps/docs/faq.mdx b/apps/docs/faq.mdx
index 7cc041c83..87d50a031 100644
--- a/apps/docs/faq.mdx
+++ b/apps/docs/faq.mdx
@@ -2,6 +2,12 @@
title: FAQ
---
+import { LoomVideo } from "/snippets/loom-video.mdx";
+
+## How Typebot executes the blocks between each user input?
+
+
+
## Why some of my results are empty?
Your typebot collects results as soon as your user answers the first input. If other inputs have a blank answer, it means the user never answered them and left the bot.