diff --git a/docs/hub/agents.md b/docs/hub/agents.md
index 69a572cb4..c0bc78f6e 100644
--- a/docs/hub/agents.md
+++ b/docs/hub/agents.md
@@ -11,6 +11,7 @@ You can connect agents via the HF MCP Server, install pre-built Skills for codin
- [Hugging Face MCP Server](./agents-mcp)
- [Hugging Face Agent Skills](./agents-skills)
- [Building agents with the HF SDK](./agents-sdk)
-- [Local Agents with llama.cpp and Pi](./agents-local)
+- [Local Agents with llama.cpp](./agents-local)
- [Agent Libraries](./agents-libraries)
- [Agent Traces](./agent-traces)
+- [Session Traces Format](./session-traces-format)
diff --git a/docs/hub/datasets.md b/docs/hub/datasets.md
index 4a9607a26..acd900dfb 100644
--- a/docs/hub/datasets.md
+++ b/docs/hub/datasets.md
@@ -10,8 +10,10 @@ This documentation focuses on the datasets functionality in the Hugging Face Hub
- [Dataset Cards](./datasets-cards)
- [Gated Datasets](./datasets-gated)
- [Uploading Datasets](./datasets-adding)
+- [Uploading Datasets (for LLMs)](./datasets-upload-guide-llm)
- [Downloading Datasets](./datasets-downloading)
-- [Libraries](./datasets-libraries)
-- [Dataset Viewer](./datasets-viewer)
+- [Streaming Datasets](./datasets-streaming)
+- [Integrated Libraries](./datasets-libraries)
+- [Data Studio](./data-studio)
- [Agent Traces](./agent-traces)
-- [Data files Configuration](./datasets-data-files-configuration)
+- [Datasets Download Stats](./datasets-download-stats)
diff --git a/docs/hub/index.md b/docs/hub/index.md
index 780daedff..488a6f32a 100644
--- a/docs/hub/index.md
+++ b/docs/hub/index.md
@@ -7,17 +7,22 @@ The Hugging Face Hub is the reference AI platform for open ML. It hosts over 2M
@@ -42,14 +49,19 @@ The Hugging Face Hub is the reference AI platform for open ML. It hosts over 2M
The Model Hub
Model Cards
Eval Results
+Leaderboard Data
Gated Models
Uploading Models
Downloading Models
-Libraries
-Tasks
-Widgets
-Inference Providers
-Download Stats
+Integrated Libraries
+Model Widgets
+Model Inference
+Models Download Stats
+Model Release Checklist
+Hardware
+Local Apps
+Frequently Asked Questions
+Advanced Topics
@@ -75,26 +86,35 @@ The Hugging Face Hub is the reference AI platform for open ML. It hosts over 2M
Spaces
Introduction
Spaces Overview
+Spaces GPU Upgrades
+Spaces ZeroGPU
+Spaces Dev Mode
+Spaces Disk Usage & Storage
+Spaces Custom Domain
+Spaces as MCP servers
+Spaces as Agent Tools
+Spaces as API Endpoints
Gradio Spaces
+Streamlit Spaces
Static HTML Spaces
Docker Spaces
-ZeroGPU Spaces
Embed your Space
-Run with Docker
-Reference
+Run Spaces with Docker
+Spaces Configuration Reference
+Sign-In with HF button
+Featured Spaces
+Spaces Changelog
Advanced Topics
-Sign in with HF
@@ -121,8 +143,9 @@ The Hugging Face Hub is the reference AI platform for open ML. It hosts over 2M
Hugging Face MCP Server
Hugging Face Agent Skills
Building agents with the HF SDK
-Local Agents
+Local Agents with llama.cpp
Agent Libraries
+Session Traces Format
diff --git a/docs/hub/jobs.md b/docs/hub/jobs.md
index d28c23d36..56b04017f 100644
--- a/docs/hub/jobs.md
+++ b/docs/hub/jobs.md
@@ -8,10 +8,12 @@ You can run jobs using the `hf` CLI, the `huggingface_hub` Python client, or the
- [Jobs Overview](./jobs-overview)
- [Quickstart](./jobs-quickstart)
-- [Pricing](./jobs-pricing)
+- [Pricing and Billing](./jobs-pricing)
- [Manage Jobs](./jobs-manage)
-- [Jobs Configuration](./jobs-configuration)
+- [Configuration](./jobs-configuration)
- [Popular Images](./jobs-popular-images)
+- [Serve Models](./jobs-serving)
+- [Examples & Tutorials](./jobs-examples)
- [Schedule Jobs](./jobs-schedule)
-- [Webhooks Automation](./jobs-webhooks)
+- [Webhook Automation](./jobs-webhooks)
- [Reference](./jobs-reference)
\ No newline at end of file
diff --git a/docs/hub/models.md b/docs/hub/models.md
index 80b25abb5..272ad4faf 100644
--- a/docs/hub/models.md
+++ b/docs/hub/models.md
@@ -6,17 +6,24 @@ The Hugging Face Hub hosts many models for a [variety of machine learning tasks]
- [The Model Hub](./models-the-hub)
- [Model Cards](./model-cards)
- - [CO2 emissions](./model-cards-co2)
+ - [Carbon Emissions](./model-cards-co2)
+ - [Card Components](./model-cards-components)
- [Eval Results](./eval-results)
-- [Gated models](./models-gated)
+- [Leaderboard Data](./leaderboard-data-guide)
+- [Gated Models](./models-gated)
- [Uploading Models](./models-uploading)
- [Downloading Models](./models-downloading)
-- [Libraries](./models-libraries)
-- [Widgets](./models-widgets)
+- [Integrated Libraries](./models-libraries)
+- [Model Widgets](./models-widgets)
- [Widget Examples](./models-widgets-examples)
- [Model Inference](./models-inference)
+- [Models Download Stats](./models-download-stats)
+- [Model Release Checklist](./model-release-checklist)
+- [Hardware](./hardware)
- [Local Apps](./local-apps)
- [Frequently Asked Questions](./models-faq)
- [Advanced Topics](./models-advanced)
- - [Integrating libraries with the Hub](./models-adding-libraries)
+ - [Integrate a library with the Hub](./models-adding-libraries)
- [Tasks](./models-tasks)
+ - [GGUF](./gguf)
+ - [DDUF](./dduf)
diff --git a/docs/hub/other.md b/docs/hub/other.md
index 2da1050e7..7c0073073 100644
--- a/docs/hub/other.md
+++ b/docs/hub/other.md
@@ -5,15 +5,27 @@
- [Organizations](./organizations)
- [Managing Organizations](./organizations-managing)
- [Organization Cards](./organizations-cards)
- - [Access control in organizations](./organizations-security)
-- [Team & Enterprise](./enterprise)
-- [Moderation](./moderation)
+ - [Access Control in Organizations](./organizations-security)
- [Billing](./billing)
-- [Digital Object Identifier (DOI)](./doi)
- [Security](./security)
- [User Access Tokens](./security-tokens)
- - [Signing commits with GPG](./security-gpg)
+ - [Trusted Publishers (CI/CD)](./trusted-publishers)
+ - [Two-Factor Authentication](./security-2fa)
+ - [Git over SSH](./security-git-ssh)
+ - [Signing Commits with GPG](./security-gpg)
+ - [Single Sign-On (SSO)](./security-sso)
+ - [Advanced Access Control (Resource Groups)](./security-resource-groups)
+ - [Programmatic User Access Control Management](./programmatic-user-access-control)
- [Malware Scanning](./security-malware)
- [Pickle Scanning](./security-pickle)
+ - [Secrets Scanning](./security-secrets)
+ - [Protect AI](./security-protectai)
+ - [JFrog](./security-jfrog)
+- [Moderation](./moderation)
+- [Paper Pages](./paper-pages)
+- [Academia Hub](./academia-hub)
+- [Blog Articles](./blog-articles)
+- [Search](./search)
+- [Digital Object Identifier (DOI)](./doi)
- [Hub API Endpoints](./api)
- - [Webhooks](./webhooks)
\ No newline at end of file
+- [OAuth / Sign in with HF](./oauth)
\ No newline at end of file
diff --git a/docs/hub/repositories.md b/docs/hub/repositories.md
index 392292d49..6b72af268 100644
--- a/docs/hub/repositories.md
+++ b/docs/hub/repositories.md
@@ -18,14 +18,15 @@ In these pages, you will go over the basics of getting started with Git and Xet
## Contents
- [Getting Started with Repositories](./repositories-getting-started)
-- [Settings](./repositories-settings)
+- [Repository Settings](./repositories-settings)
- [Storage Limits](./storage-limits)
- [Storage Backend (Xet)](./xet/index)
- [Local Cache](./local-cache)
- [Pull Requests & Discussions](./repositories-pull-requests-discussions)
- - [Pull Requests advanced usage](./repositories-pull-requests-discussions#pull-requests-advanced-usage)
-- [Collections](./collections)
- [Notifications](./notifications)
+- [Collections](./collections)
- [Webhooks](./webhooks)
+- [GitHub Actions](./repositories-github-actions)
+- [Notebooks](./notebooks)
- [Next Steps](./repositories-next-steps)
- [Licenses](./repositories-licenses)
diff --git a/docs/hub/spaces.md b/docs/hub/spaces.md
index 53987f3d7..6093a28e4 100644
--- a/docs/hub/spaces.md
+++ b/docs/hub/spaces.md
@@ -11,22 +11,35 @@ You'll also be able to upgrade your Space to run [on a GPU or other accelerated
- [Spaces Overview](./spaces-overview)
- [Handling Spaces Dependencies](./spaces-dependencies)
- [Spaces Settings](./spaces-settings)
- - [Using OpenCV in Spaces](./spaces-using-opencv)
- [Using Spaces for Organization Cards](./spaces-organization-cards)
- - [More ways to create Spaces](./spaces-more-ways-to-create)
- - [Managing Spaces with Github Actions](./spaces-github-actions)
- - [How to Add a Space to ArXiv](./spaces-add-to-arxiv)
-- [Spaces Dev Mode](./spaces-dev-mode)
- [Spaces GPU Upgrades](./spaces-gpus)
+- [Spaces ZeroGPU](./spaces-zerogpu)
+- [Spaces Dev Mode](./spaces-dev-mode)
- [Spaces Disk Usage & Storage](./spaces-storage)
+- [Spaces Custom Domain](./spaces-custom-domain)
+- [Spaces as MCP servers](./spaces-mcp-servers)
+- [Spaces as Agent Tools](./spaces-agents)
+- [Spaces as API Endpoints](./spaces-api-endpoints)
- [Gradio Spaces](./spaces-sdks-gradio)
-- [Docker Spaces](./spaces-sdks-docker)
+- [Streamlit Spaces](./spaces-sdks-streamlit)
- [Static HTML Spaces](./spaces-sdks-static)
-- [Custom Python Spaces](./spaces-sdks-python)
+- [Docker Spaces](./spaces-sdks-docker)
- [Embed your Space](./spaces-embed)
-- [Run your Space with Docker](./spaces-run-with-docker)
-- [Reference](./spaces-config-reference)
-- [Changelog](./spaces-changelog)
+- [Run Spaces with Docker](./spaces-run-with-docker)
+- [Spaces Configuration Reference](./spaces-config-reference)
+- [Sign-In with HF button](./spaces-oauth)
+- [Featured Spaces](./spaces-featured)
+- [Spaces Changelog](./spaces-changelog)
+- [Advanced Topics](./spaces-advanced)
+ - [Using OpenCV in Spaces](./spaces-using-opencv)
+ - [More ways to create Spaces](./spaces-more-ways-to-create)
+ - [Managing Spaces with Github Actions](./spaces-github-actions)
+ - [Managing Spaces with CircleCI Workflows](./spaces-circleci)
+ - [Custom Python Spaces](./spaces-sdks-python)
+ - [How to Add a Space to ArXiv](./spaces-add-to-arxiv)
+ - [Cookie limitations in Spaces](./spaces-cookie-limitations)
+ - [Set URL query and hash](./spaces-handle-url-parameters)
+ - [Get User Plan and Status](./spaces-get-user-plan)
## Contact