> ## Documentation Index
> Fetch the complete documentation index at: https://docs.requestly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create

> Learn how to create and organize files and endpoints in File Server.

File Server lets you upload JSON, CSS, and JS files and use them in your application to test features, serve APIs, or override assets without touching production code.

<CardGroup cols={2}>
  <Card title="Create JSON File" href="/http-interception/mock-server/create/create-mock-api">
    Upload a JSON File and use it as an API to simulate server responses. Define request and response behaviours to test without a backend.
  </Card>

  <Card title="Create CSS/JS File" href="/http-interception/mock-server/create/create-new-mock-file">
    Upload CSS/JS files and use them in your application to test UI changes, inject features, or override production assets
  </Card>

  <Card title="File Collection" href="/http-interception/mock-server/create/mock-collection">
    Group related files into collections to keep File Server organized. The folder structure you create inside a collection is reflected in the file URLs.
  </Card>
</CardGroup>
