> 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/search.md).

# Full Search Function

![](https://support.swing2app.com/wp-content/uploads/2019/01/gullsearch.png)

**How to use ‘Full Search’ provided by the Swing2App Manager page.**

App administrator can manage and operate related apps in the app operation page (dashboard) provided by Swing2App.

In this case, when you need to search for a specific product, search the menu used in the app, or search the bulletin board, you can search using the full search function of the app operation dashboard.

If you are an app administrator, this is a useful feature.

It’s very easy! Please check the manual on how to use it.

### <mark style="color:blue;">▶</mark> <mark style="color:blue;">**What is the full search function?**</mark>

Full search is a function that finds all the search terms used in the swing2app operation as well as the app.

You can find what you are looking for by entering a search term such as bulletin board, post search, member search, or operating menu search provided by Swing2App.

![](https://support.swing2app.com/wp-content/uploads/2019/01/search1.png)

**\*In the top right corner of the app operation page, there is a magnifying glass icon.**

This icon is the global search function.

Select the icon, then enter the keyword you want in the search box which will open a full search for the content containing the keyword.

<mark style="color:orange;">**\[How to use]**</mark>

**Manager → top-right magnifying glass (Full Search) → select icon → search term in the search box.**

![](https://support.swing2app.com/wp-content/uploads/2019/01/search2.png)

On the search results page, you can see the menus searched with the search term.

If you have multiple apps in your account, you can use the –

1. **App Filter feature to select the app you want.**
2. **You can check the search terms in the menu such as bulletin boards, posts, members, and Swing2App news.**

You do not have to enter the search terms by a bulletin board, you can easily find the post you want through the full search function.


---

# 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/search.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.
