# Importing Assets

**3D files can be imported into PixCap using 2 simple methods.**

### Method 1: Import to 'Assets' tab, then drag into scene

Import files by dragging and dropping the file from your local computer into the PixCap app. These files will be uploaded directly to the ‘Assets’ tab and can be reused on any other projects.

These are the type of files you can import on PixCap:

* GLB (binary version of GLTF)
* FBX (make sure textures are embedded in FBX)

<div align="left"><img src="https://2424003367-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MflpSKt24PejeEnu4Jr%2F-Mfr4oO8QeI-wmvoc6nC%2F-Mfr8hp044xzkA7eOmEj%2Fimport.gif?alt=media&#x26;token=51a44bc9-35d9-404e-993e-ea77daea528e" alt="Drag-n-drop FBX files from your local system into PixCap"></div>

{% hint style="info" %}
**NOTE:** It is recommended to embed textures into the raw GLB and FBX file.
{% endhint %}

### Method 2: Import directly to scene

**Click Import button** at the top right corner to import GLB or FBX file directly onto the scene.&#x20;

![](https://2424003367-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MflpSKt24PejeEnu4Jr%2F-Mk9X-_972f5Ii8oA3G5%2F-Mk9ZBAdnSC8QE6ipTIf%2Fimport-to-scene.gif?alt=media\&token=b21242b1-616d-486a-a913-f867b85e4bad)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pixcap.gitbook.io/pixcap-docs/pixcap-library/imports.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
