> For the complete documentation index, see [llms.txt](https://docs.dbnetsoft.com/dbnetsoft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dbnetsoft.com/dbnetsoft/screenspro/projects-and-configs.md).

# Projects & Configs

## Project

A *project* in ScreensPro is basically just a folder where your layout files (\*.xaml) and assets (videos, images, ...) are located. In the user interface, this path can be set as *Working Directory*.&#x20;

* `SimpleSample_240x80`
  * `ClockLayout.xaml`
  * `VideoLayout.xaml`
  * `slideshow_logos`
    * `logo1.jpg`
    * `logo2.png`
  * `images`
    * `logo.png`

## Config

A config is a file with a \*.screensProServerConfig extension and holds various settings for your project, like the dimension in pixels (240x80 px), the path to the working directiory and many more.&#x20;

It is good practice to have the config file in the same folder as the layout files, this is the root of the working directory. The working directory can then be left empty and ScreensPro will use the current directory where the config file is located. &#x20;


---

# 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:

```
GET https://docs.dbnetsoft.com/dbnetsoft/screenspro/projects-and-configs.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.
