# Manage resources

{% hint style="warning" %}
🚧 This feature is still on beta phase

You may encounter some bugs with the Pull/Push feature, to overcome the bugs use the "Set working dir" command to reset the working workspace where you want to push/pull th code from
{% endhint %}

### Account

Each account has:

* ID, name, and other information
* Account global code (code that is applied at the account level, it can be set in the extension or platform)

To pull or push account global code:

<figure><img src="/files/YR8HrlJxpXAoYBT6ZIv7" alt=""><figcaption><p>Pull/push account global code</p></figcaption></figure>

### Campaign

Each campaign has the following:

* ID, name, and other information
* Campaign global code (code that is applied at the campaign level, it can be set in the extension or platform)

To pull or push campaign global code:

<figure><img src="/files/x8zzZqDNEYRRh1et3Qqb" alt=""><figcaption><p>Pull/push campaign global code</p></figcaption></figure>

### Variation

Each variation has the following:

* ID, name, and other information
* Variation global code (JS or CSS code that is applied at the variation level, it can be set in the extension or platform)
* Element JS (code that is applied after a specific selector, it can be set in the extension or platform)

To pull or push variation global code:

<figure><img src="/files/qrCDmhhDFFWzmiGbGJ4k" alt=""><figcaption><p>Pull/push variation global code (JS/CSS)</p></figcaption></figure>

### Element JS

Each element JS has:

* ID, name, and other information
* Modification code

To pull or push modification code:

<div align="center"><img src="/files/LSr5PwynZfu03QJSmafy" alt="Create goal"></div>


---

# 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.abtasty.com/server-side/integrations/visual-studio-code-extension/web-experimentation/manage-web-experimentation-resource.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.
