> For the complete documentation index, see [llms.txt](https://docs.adaptiva.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adaptiva.com/anywhere/content-creation-publication/content-creation-publication-adaptiva.md).

# Adaptiva

## Create Adaptiva Content

1. Click **Content Publication > Adaptiva Content** from the side navigation.

   ![](/files/wja02TAOF1PPxZWjzt1U)
2. Click on **+ New** to create new Adaptiva content

### General Settings

![](/files/NF6I4kKU6kS2c6EOr1CL)

* **Name** - Enter a display name to identify the content item.
* **Description** - This text field allows you to add a description for the content item (optional). The description will display in a popup when you hover over the name.
* **Content ID** - Enter a unique ID for this content item. This ID must be unique to any other content items in the system, and allowed characters are $, \_, -, 0-9, a-z, A-Z. The ID will be used to create the content file and in logs.
* **Content Version** - Shows the current version number of the content item. This is a read-only field and will be generated and updated automatically when the item is published,
* **Packed Content Size** - Shows the size of the packed content item in bytes. This is a read-only field and will be generated and updated automatically when the item is published.

### Content Publication Settings

![](/files/31IWFG4qGHmSvr2OSwOe)

* **Publication Status** - Shows the publication status of the content item. This is a read-only field and will be updated once the content item is created and updated.
* **Application Data** - Any string can be used as a description.

### Cloud Content Settings

![](/files/HT3FOIQjgsgckUdKkd9O)

* **Use Default Content Publication Settings** - By default this is toggled **ON**. Toggle **OFF** to disable and check the desired box than what is defined global settings.

If you want to change the global default content publication settings:

1. Click the settings cog ( ![](/files/LiHhOReFIFBwHJC5kQDE) ) in the top right of the Adaptiva Admin Portal.
2. Select **Settings > Adaptiva Content Publication**.

   ![](/files/S2toUNJ9OzcNeQv6QiLy)
3. Check either **Adaptiva Server** or **Cloud Storage**.
4. Click **Save**.

### Content Details

![](/files/LR6QsNFdNG30MXBHaw5R)

* **Source Type** - There are 3 options to choose from where the source files are to be obtained:
  * **Local Source Path** - Choose this option to select source files from a local path on the Adaptiva server.
    * **Source Path** - Type the full path, UNC, or URL to the source folder/files that you want to use for this package. These file(s) will be used to create the content file within the Adaptiva Content Library when the item is published.
  * **Network Source Path** - Choose this option to select source files from a remote network source path.
    * **Network Access Account** - This allows you to specify account credentials to establish the connection to the source UNC. Specify the **Domain**, **User Name** and **Password** in the associated fields (optional).
  * **CDN URLs** - Choose this option to select source files from a cloud-hosted provider.
    * **CDN URLs** - This points to one or more URLs to get content from the cloud-if your hosted it there. (i.e. AWS, Azure, Akamai)
    * **Actual File Name** - Allows you to rename the file being downloaded from the CDN.
    * **Content Hash (SHA 256)** - Allows you to specify the SHA256 hash of the file to be downloaded. OneSite will validate the downloaded file to ensure that it matches.
      * The hash can be obtained using the following powershell command:

        ```shell
        Get-FileHash -Path C:\path\to\yourfile.txt
        ```
* **Publish Unchanged** - Select this option only when publishing a single file that is already compressed (zip, wim, etc.)
* **Compress Content** - Select this option to compress the content when the source files are added to the content file. This is enabled (slid to the right) by default.
* **Encrypted Content** - Select this option if you want the content to be encrypted
* **Flat File Publication** - If you specify a folder for the source path, all sub folder structure and contents will be maintained when added to the content file. Check this option if you would like all files to be in a flat folder structure when added to the content file (no subdirectories).

1. Click **Save** or **Save & Publish** to create the package.

![](/files/4HMphwbqqEpwk1kXPwTo)

Once the content is published, it is now ready to use for [Content Push](/anywhere/content-push.md).


---

# 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.adaptiva.com/anywhere/content-creation-publication/content-creation-publication-adaptiva.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.
