# Folder structure

> See the [Demo](https://github.com/0xweb-org/0xweb-sample)🔗 project

For the installed contract you'll get:

* Generated TypeScript classes
* ABI json source file
* Solidity source file(s)

The files are saved under `0xweb` folder in the project's root directory, additionally the `0xweb.json` will include all installed contracts (similar to `package.json`)

```
my-project/
├── 0xweb/
│   └── eth/
│       └── %package-name%/
│           ├── %class-name%.ts
│           ├── %class-name%.json
│           └── %class-name%/
│               └── %sources%.sol
└── 0xweb.json
```


---

# 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://docs.0xweb.org/package-manager/folder-structure.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.
