Hi, I have created a endpoint code URL to crawl our board contents similar to the out of the box url, https://<domain>/ttcon/crawl_boards page but with custom filters added in for the boards to be displayed. From GSA we already have a collection which crawls the default URL https://<domain>/ttcon/crawl_boards for its messages which is identified with this URL, https://<domain>/ttcon/board/crawl_message?board.id=Welcome&message.id=392 now, in GSA I have created another collection which will crawl my custom page created with Endpoints. which also results in a message url exactly same as the default one as mentioned above. https://<domain>/ttcon/board/crawl_message?board.id=Welcome&message.id=392 To avoid overlap of contents in both GSA collections, Is there a way in Lithium to differentiate both the message URL(s). may be by a different folder for message? any thoughts or ideas would be helpful. Thanks.