> For the complete documentation index, see [llms.txt](https://docs.umbraco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.umbraco.com/umbraco-cloud/optimize-and-maintain-your-site/monitor-and-troubleshoot/power-tools/file-structure-on-cloud.md).

# View the Files on your Cloud Environments

When you clone your Umbraco Cloud project to your local machine, all project files are in the specified folder. There may be times when you want to check the files in your Umbraco Cloud environments. This could be to ensure everything is synchronized or if you suspect that a deployment or extraction hasn't proceeded as expected.

In Kudu, you can view your project files, if you navigate to **CMD** under the **Debug console** menu. Here you'll find a file structure. All your project files are under the `/site` folder.

![File structure](https://3739769070-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPzKn70Piyd2fd5UkYZGf%2Fuploads%2Fgit-blob-7e9f4846b2cc8b98ad415fe8706ec6a406bcec96%2FCMD-file-structure-v9.png?alt=media)

The three highlighted folders are used the most when visiting Kudu:

* The **deployments** folder: This folder contains log files for the deployments and extractions that have been run on the environment.
* The **repository** folder: This is your Git repository. You'll find a clone of your site's structure files in the`/wwwroot` folder. Changes are pushed to and pulled from the `/repository/` folder when working locally.
* The **wwwroot** folder: This folder contains your site's structure files. These are the files used to run the site in the environment.

{% hint style="info" %}
`/wwwroot/` contains the files used to show your website to the world. When you push changes from your local machine, they are pushed to the Git repository (`/repository/`). Once this process completes successfully, the changes are then copied to the live site.
{% endhint %}

Find general information about Kudu and how to access the tool in the [Power tools](/umbraco-cloud/optimize-and-maintain-your-site/monitor-and-troubleshoot/power-tools.md) article.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.umbraco.com/umbraco-cloud/optimize-and-maintain-your-site/monitor-and-troubleshoot/power-tools/file-structure-on-cloud.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
