diff --git a/docs.json b/docs.json
index dbca50b5..175c3f75 100644
--- a/docs.json
+++ b/docs.json
@@ -22,7 +22,7 @@
{
"tab": "Docs",
"pages": [
- "openhands/usage/introduction",
+ "index",
"openhands/usage/quick-start",
"openhands/usage/start-building",
"openhands/usage/key-features",
@@ -244,7 +244,6 @@
{ "source": "/openhands/usage/how-to/development-overview", "destination": "/openhands/usage/developers/development-overview" },
{ "source": "/openhands/usage/how-to/evaluation-harness", "destination": "/openhands/usage/developers/evaluation-harness" },
{ "source": "/openhands/usage/how-to/websocket-connection", "destination": "/openhands/usage/developers/websocket-connection" },
- { "source": "/openhands", "destination": "/openhands/usage/introduction" },
{ "source": "/openhands/usage/prompting/microagents-keyword", "destination": "/openhands/usage/microagents/microagents-keyword" },
{ "source": "/openhands/usage/prompting/microagents-org", "destination": "/openhands/usage/microagents/microagents-org" },
{ "source": "/openhands/usage/prompting/microagents-overview", "destination": "/openhands/usage/microagents/microagents-overview" },
diff --git a/index.mdx b/index.mdx
index 4fb2874a..1713f95e 100644
--- a/index.mdx
+++ b/index.mdx
@@ -4,7 +4,9 @@ description: OpenHands - Code Less, Make More
icon: book-open
mode: wide
---
-Use AI to tackle the toil in your backlog. Our agents have all the same tools as a human developer: they can modify code, run commands, browse the web, call APIs, and yes-even copy code snippets from StackOverflow.
+
+Use AI to tackle the toil in your backlog. OpenHands has all the same tools as a human developer:
+it can modify code, run commands, browse the web, call APIs, and yes-even copy code snippets from StackOverflow.
+
+## Integrations
+
+
+
+ OpenHands can work directly with your GitHub, GitLab and Bitbucket repositories.
+
+
+ Summon OpenHands directly to do work based on conversations in Slack!
+
+
+ Ask OpenHands to help you manage your projects on your favorite project management tooling.
+
+
+
+## Flexibility in Running OpenHands
+
+
+
+ Jump right into it with OpenHands Cloud!
+
+
+ Run the full OpenHands GUI locally.
+
+
+ Use OpenHands CLI and directly work on your repositories from your terminal!
+
+
+ Automate tasks and write scripts using the headless mode.
+
+
+
+## Extend OpenHands' Capabilities
+
+
+
+ Add MCP servers to interact with your favorite every day tools.
+
+
+ Add Tavily as a search engine and let OpenHands search the web for information when needed!
+
+
+ Use your own custom docker image as a sandbox for OpenHands .
+
+
+
+## Customize OpenHands to Your Repository
+
+
+
+ Create specialized prompts to enhance OpenHands with specific knowledge.
+
+
+ Add initialization scripts that run every time OpenHands starts work on your repository.
+
+
+
+## Community
+
+
+
+ OpenHands has an active community on Slack.
+
+
+ Report and look for issues in Github.
+
+
diff --git a/openhands/usage/advanced/search-engine-setup.mdx b/openhands/usage/advanced/search-engine-setup.mdx
index 23b86543..d8c7890d 100644
--- a/openhands/usage/advanced/search-engine-setup.mdx
+++ b/openhands/usage/advanced/search-engine-setup.mdx
@@ -5,7 +5,13 @@ description: Configure OpenHands to use Tavily as a search engine.
## Setting Up Search Engine in OpenHands
-OpenHands can be configured to use [Tavily](https://tavily.com/) as a search engine, which allows the agent to search the web for information when needed. This capability enhances the agent's ability to provide up-to-date information and solve problems that require external knowledge.
+OpenHands can be configured to use [Tavily](https://tavily.com/) as a search engine, which allows the agent to
+search the web for information when needed. This capability enhances the agent's ability to provide up-to-date
+information and solve problems that require external knowledge.
+
+
+ Tavily is configured as a search engine by default in OpenHands Cloud!
+
### Getting a Tavily API Key
diff --git a/openhands/usage/faqs.mdx b/openhands/usage/faqs.mdx
index 85b9f75b..4f9b19f0 100644
--- a/openhands/usage/faqs.mdx
+++ b/openhands/usage/faqs.mdx
@@ -1,6 +1,6 @@
---
title: FAQs
-description: Frequently asked questions about OpenHands
+description: Frequently asked questions about OpenHands.
icon: question
---
diff --git a/openhands/usage/introduction.mdx b/openhands/usage/introduction.mdx
deleted file mode 100644
index 536f49f2..00000000
--- a/openhands/usage/introduction.mdx
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: Introduction
-description: OpenHands - Code Less, Make More
-icon: book-open
-mode: wide
----
-Use AI to tackle the toil in your backlog. Our agents have all the same tools as a human developer:
-they can modify code, run commands, browse the web, call APIs, and yes-even copy code snippets from StackOverflow.
-
-