> For the complete documentation index, see [llms.txt](https://documentation.swing2app.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.swing2app.com/manual/appmanage/board/move-a-post.md).

# Move a post

<figure><img src="/files/rzugHxCXQbRpzZQq2vDE" alt=""><figcaption></figcaption></figure>

**What is moving a post?**

Move post is a function that allows you to select a post and move it to the desired board.

Unlike copying a post, a post registered on an existing board is deleted, and the date of creation remains the original registration date.

<img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fy6EfxfjJ6wzTyBtue1Kt%2Fuploads%2FPrhIVCMdoxO4wv7cJjv9%2Fimage%20(1).png?alt=media&#x26;token=84bacc38-89c7-4362-9d28-03271721b37d" alt="" data-size="line"> <mark style="color:blue;">**Difference between copying a post and moving a post**</mark><mark style="background-color:blue;">​</mark>

**Copy post**

Ability to copy posts to another board

+The post will be retained on existing boards.

+The registered date of the copied text will be modified to the copied date.

​

**Move a post**

Ability to move posts to another board

+On existing boards, the post will be deleted.

+Moved articles will retain their original creation date.

<figure><img src="/files/rzugHxCXQbRpzZQq2vDE" alt=""><figcaption></figcaption></figure>

## How to move a post

<figure><img src="/files/DJfg3LHcLPCEHduUGVe6" alt=""><figcaption></figcaption></figure>

1\) App Manager screen – Select the board created in Manage posts (The board where you want to move the post)

2\. Click on the \[List].

3\) Select the post you want to move from the list of created posts.

4\) Click on the \[Move the Posts] button.

<figure><img src="/files/iDoYGEuNWdtEzYjwfVZw" alt=""><figcaption></figcaption></figure>

5\) Select the target board, and then select the \[Move] button.

6\)Click on the \[OK] button to finish the process.

\- You can also move the entire page of the board.

-You can select any board and move only a few posts.

<figure><img src="/files/3kc93KP9WG9O0sVB0jSR" alt=""><figcaption></figcaption></figure>

When you go to the board, you can see that the selected post has been moved.


---

# 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://documentation.swing2app.com/manual/appmanage/board/move-a-post.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.
